﻿.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

textarea {
    overflow: auto;
    vertical-align: top
}

h4 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding: 0 10px;
    border-bottom: 1px solid #DDD;
    background: #f8f8f8
}

    h4 a.y {
        font-family: SimSun;
        color: #999;
        font-size: 12px;
        line-height: 38px
    }

    h4 a:hover {
        color: red
    }

    h4 em {
        display: inline-block;
        height: 38px;
        padding: 0 10px;
        line-height: 38px;
        border-bottom: 2px solid #f38604
    }

.adbox {
    margin-top: 10px !important
}

    .adbox li {
        float: left;
        width: 230px;
        margin-right: 12px;
        position: relative
    }

        .adbox li.y {
            margin-right: 0
        }

        .adbox li a {
            width: 230px;
            margin: 0 auto;
            display: block;
            text-align: center;
            position: relative
        }

            .adbox li a img {
                display: block
            }

.adico {
    position: absolute;
    display: block;
    background: url(../img/ad_new.png) no-repeat center center;
    font-size: 11px;
    color: #FFF;
    right: 3px;
    bottom: 3px;
    text-align: center;
    width: 24px;
    height: 14px;
    line-height: 14px;
    z-index: 88;
    overflow: hidden;
    text-indent: 100px
}

.adbox li.y {
    margin-right: 0
}

.weizhi {
    line-height: 30px;
    color: #666;
    height: 30px;
    padding-top: 10px;
    font-size: 12px
}

    .weizhi a {
        color: #205fb0;
        cursor: pointer
    }

.BannerBox {
    margin-top: 10px;
    width: 674px;
    overflow: hidden
}

.jmbanner {
    position: relative;
    width: 674px;
    height: 280px;
    overflow: hidden
}

    .jmbanner .pic img {
        width: 674px;
        height: 280px;
        display: block
    }

    .jmbanner .hd {
        overflow: hidden;
        zoom: 1;
        position: absolute;
        bottom: 15px;
        left: 280px;
        z-index: 3;
        text-align: center
    }

        .jmbanner .hd li {
            float: left;
            line-height: 15px;
            text-align: center;
            font-size: 12px;
            width: 42px;
            height: 8px;
            cursor: pointer;
            overflow: hidden;
            background: #919191;
            margin-left: 4px;
            filter: alpha(opacity=80);
            opacity: .8;
            -webkit-transition: All .5s ease;
            -moz-transition: All .5s ease;
            -o-transition: All .5s ease
        }

        .jmbanner .hd .on {
            background: #fff;
            filter: alpha(opacity=100);
            opacity: 1
        }

    .jmbanner .prev, .jmbanner .next {
        width: 45px;
        height: 99px;
        position: absolute;
        top: 91px;
        z-index: 3;
        filter: alpha(opacity=20);
        -moz-opacity: .2;
        opacity: .2;
        -webkit-transition: All .5s ease;
        -moz-transition: All .5s ease;
        -o-transition: All .5s ease
    }

    .jmbanner .prev {
        background-image: url(../img/index.png);
        background-position: -112px 0;
        left: 0
    }

    .jmbanner .next {
        background-image: url(../img/index.png);
        background-position: -158px 0;
        right: 0
    }

        .jmbanner .prev:hover, .jmbanner .next:hover {
            filter: alpha(opacity=60);
            -moz-opacity: .6;
            opacity: .6
        }

.jmLogo {
    margin-top: 10px
}

    .jmLogo ul {
        overflow: hidden;
        zoom: 1;
        float: left;
        _display: inline
    }

        .jmLogo ul li {
            margin: 0 7px 8px 0;
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: center
        }

            .jmLogo ul li .pic {
                text-align: center;
                border: 1px solid #ccc;
                overflow: hidden;
                display: table-cell;
                vertical-align: middle
            }

                .jmLogo ul li .pic a:hover img {
                    border-color: #eee
                }

            .jmLogo ul li .title {
                line-height: 24px;
                height: 18px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

            .jmLogo ul li.last {
                float: right;
                margin: 0
            }

.banRight {
    width: 260px;
    margin-top: 10px
}

.fbcon {
    margin-bottom: 10px
}

    .fbcon a {
        width: 48%;
        display: block;
        height: 54px;
        +height:54px;
        line-height: 54px;
        border: 1px solid #F93;
        text-align: center;
        color: #F93;
        font-size: 16px;
        overflow: hidden;
        font-family: "Microsoft YaHei"
    }

        .fbcon a.z {
            background: #f93;
            color: #fff;
            font-size: 15px
        }

            .fbcon a.z i {
                margin-right: 5px;
                font-size: 12px;
                color: #444;
                font-weight: normal;
                background-image: url(../img/ico-current.png);
                background-repeat: no-repeat;
                background-position: 0 -782px;
                width: 20px;
                height: 20px;
                display: inline-block;
                cursor: pointer
            }

        .fbcon a.y i {
            margin-right: 5px;
            font-size: 12px;
            color: #444;
            font-weight: normal;
            background-image: url(../img/ico-current.png);
            background-repeat: no-repeat;
            background-position: -30px -782px;
            width: 20px;
            height: 20px;
            display: inline-block;
            cursor: pointer
        }

        .fbcon a:hover.y i {
            background-image: url(../img/ico-current.png);
            background-repeat: no-repeat;
            background-position: -57px -782px;
            width: 20px;
            height: 20px;
            display: inline-block
        }

        .fbcon a i {
            margin-right: 5px
        }

        .fbcon a:hover {
            background: #F93;
            color: #FFF
        }

.banRight .syksss {
    border: 1px #ddd solid;
    height: 178px
}

.syksss form {
    padding: 24px 10px 0 4px
}

.syksss dd {
    height: 32px;
    line-height: 32px;
    clear: both;
    margin-bottom: 10px
}

    .syksss dd .inputtxt {
        width: 146px;
        height: 26px;
        padding-left: 10px
    }

    .syksss dd em {
        display: block;
        width: 70px;
        float: left;
        text-align: right;
        margin-right: 4px
    }

#industry {
    z-index: 3
}

#classification {
    z-index: 2
}

#money {
    z-index: 1
}

.divselect cite, .divselect cite:hover, .searchbox .inputtxt, .searchbox .inputtxt:hover {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.divselect {
    width: 160px;
    position: relative;
    float: left
}

    .divselect i {
        position: absolute;
        right: 0;
        top: 0;
        color: #CCC;
        font-size: 10px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px;
        height: 28px;
        line-height: 27px
    }

    .divselect cite {
        width: 160px;
        height: 28px;
        line-height: 28px;
        display: block;
        font-size: 14px;
        text-align: left;
        text-indent: 10px;
        color: #333;
        cursor: pointer;
        font-style: normal;
        border: 1px solid #DDD
    }

        .divselect cite:hover {
            border: 1px solid #d5d5d5;
            background: #FFC
        }

    .divselect ul {
        width: 160px;
        border: 1px solid #DDD;
        background: #fff;
        position: absolute;
        z-index: 20000;
        margin-top: -1px;
        display: none
    }

        .divselect ul li {
            width: 50%;
            float: left
        }

            .divselect ul li a {
                display: block;
                height: 30px;
                line-height: 30px;
                color: #333;
                text-decoration: none;
                text-align: center;
                background: #FFF;
                border: 1px solid #FFF
            }

                .divselect ul li a:hover {
                    background: #FFC;
                    border: 1px solid #F93;
                    color: #F93
                }

.searchbox .inputtxt {
    width: 160px;
    height: 28px;
    line-height: 28px;
    border: 0;
    font-size: 14px;
    text-indent: 10px;
    padding: 0;
    margin: 0;
    border: 1px solid #DDD
}

    .searchbox .inputtxt:hover {
        border: 1px solid #d5d5d5;
        background: #FFC
    }

.searchbox .searchbtn {
    margin-left: 70px;
    width: 160px;
    height: 30px;
    background: #e00114;
    border: 1px solid #e00114;
    border: 0;
    font-size: 15px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-family: Arial,'Microsoft YaHei',simsun,Helvetica,sans-serif
}

    .searchbox .searchbtn:hover {
        background: #f1890a;
        border: 1px solid #f1890a
    }

.searchbtn {
    background: #17a3fb;
    display: block;
    text-align: center;
    width: 210px;
    cursor: pointer;
    border: 0;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    margin: 0 auto
}

    .searchbtn:hover {
        background: #f1890a;
        border: 1px solid #f1890a
    }

.tjpbtj {
    width: 206px;
    height: 316px;
    position: relative;
    background: #000;
    margin-top: 10px;
    position: relative
}

.tjpbbox {
    width: 929px;
    margin-bottom: 10px;
    height: 370px
}

    .tjpbbox .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden
    }

        .tjpbbox .bd ul {
            width: 100% !important
        }

        .tjpbbox .bd li {
            width: 100% !important;
            height: 316px;
            overflow: hidden;
            text-align: center
        }

            .tjpbbox .bd li a {
                display: block;
                height: 316px;
                border: 1px #ddd solid
            }

    .tjpbbox .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 20px;
        line-height: 20px
    }

        .tjpbbox .hd ul {
            text-align: center
        }

            .tjpbbox .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 8px;
                height: 8px;
                margin: 2px;
                overflow: hidden;
                background: #555;
                filter: alpha(opacity=50);
                opacity: .5;
                line-height: 999px;
                border-radius: 10px
            }

            .tjpbbox .hd ul .on {
                background: #f00
            }

    .tjpbbox .prev, .tjpbbox .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 40%;
        margin-top: -30px;
        left: 5%;
        z-index: 1;
        width: 30px;
        height: 50px;
        background: url(../img/slider-arrow.png) -132px -142px #000 no-repeat;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
        display: none
    }

    .tjpbbox .next {
        left: auto;
        right: 5%;
        background-position: -12px -142px
    }

    .tjpbbox h4 {
        font-size: 18px;
        text-align: left;
        padding: 0;
        border-bottom: 2px solid #f38604;
        background: 0
    }

        .tjpbbox h4 a.y {
            font-family: SimSun;
            color: #999;
            font-size: 12px;
            line-height: 38px
        }

        .tjpbbox h4 a:hover {
            color: red
        }

        .tjpbbox h4 em {
            display: inline-block;
            height: 38px;
            padding: 0;
            line-height: 38px;
            border: 0;
            font-weight: bold;
            color: #333
        }

.pblogobox {
    border: 1px #ddd solid;
    margin-top: 10px;
    width: 712px
}

    .pblogobox span {
        width: 124px;
        height: 105px;
        overflow: hidden;
        text-align: center;
        display: inline-block
    }

    .pblogobox ul li {
        width: 118px;
        height: 157px;
        float: left;
        text-align: center;
        border-right: 1px #ddd dashed;
        border-bottom: 1px #ddd dashed;
        margin-left: -1px;
        margin-bottom: -1px
    }

        .pblogobox ul li .pbPic {
            width: 118px;
            height: 126px;
            text-align: center;
            overflow: hidden
        }

            .pblogobox ul li .pbPic a {
                text-align: center;
                overflow: hidden;
                display: table-cell;
                vertical-align: middle;
                width: 118px;
                height: 126px
            }

        .pblogobox ul li p {
            font-size: 14px;
            line-height: 24px;
            height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

.xzdqbox {
    width: 78px !important;
    float: left;
    margin-right: 4px !important
}

.pblogobox a img {
    width: 100px;
    height: auto;
    text-align: center;
    vertical-align: middle
}

.tjRight {
    width: 260px;
    margin-top: 10px
}

.zxrzbox {
    margin-top: 10px
}

    .zxrzbox dl {
        height: 62px
    }

.zxrzbox {
    border: 1px solid #DDD
}

    .zxrzbox h4 {
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        padding: 0 10px;
        border-bottom: 1px solid #DDD;
        background: #f8f8f8
    }

        .zxrzbox h4 a.y {
            display: inline-block;
            width: 70px;
            text-align: center;
            height: 22px;
            line-height: 22px;
            margin-top: 8px;
            font-size: 12px;
            border: 1px solid #fc4;
            background: #fef49c;
            color: #97350b
        }

        .zxrzbox h4 em {
            display: inline-block;
            height: 38px;
            padding: 0 10px;
            line-height: 38px;
            border-bottom: 2px solid #f38604
        }

    .zxrzbox dl {
        height: 60px;
        border-bottom: 1px dotted #DDD;
        padding: 10px 10px 0 10px
    }

        .zxrzbox dl:last-child {
            border: 0
        }

    .zxrzbox dt {
        float: left;
        width: 72px;
        height: 60px
    }

        .zxrzbox dt a {
            width: 70px;
            height: 50px;
            line-height: 50px;
            background: #FFF;
            border: 1px solid #EEE;
            display: table-cell;
            vertical-align: middle;
            overflow: hidden
        }

            .zxrzbox dt a img {
                display: block;
                max-width: 70px;
                max-height: 50px;
                margin: auto
            }

    .zxrzbox dd {
        float: right;
        width: 154px;
        text-align: left;
        padding-top: 4px
    }

        .zxrzbox dd h5 {
            display: block;
            font-size: 14px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 5px
        }

            .zxrzbox dd h5 a {
                color: #0059ab
            }

        .zxrzbox dd p {
            color: #999;
            height: 19px;
            line-height: 19px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .zxrzbox dd p em {
                margin-right: 5px;
                height: 16px;
                float: left
            }

.newstabbox {
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ddd;
    width: 260px;
    height: 284px
}

    .newstabbox .hd {
        height: 37px;
        border-bottom: 1px solid #DDD;
        background: #f8f8f8;
        position: relative
    }

        .newstabbox .hd ul {
            float: left;
            position: relative;
            z-index: 2
        }

        .newstabbox .hd li {
            height: 37px;
            line-height: 37px;
            text-align: center;
            font-size: 14px;
            width: 80px;
            margin-left: -1px;
            float: left;
            border: 1px solid #ddd;
            border-top: 0;
            cursor: default
        }

            .newstabbox .hd li.on {
                background: #FFF;
                height: 37px;
                line-height: 37px;
                border-bottom: 1px solid #FFF;
                border-top: 0;
                color: #f38604
            }

                .newstabbox .hd li.on a {
                    color: #f38604
                }

        .newstabbox .hd p.y {
            font-size: 12px;
            line-height: 37px;
            font-family: SimSun;
            padding-right: 10px
        }

            .newstabbox .hd p.y a {
                font-family: SimSun;
                color: #999
            }

    .newstabbox .bd {
        overflow: hidden
    }

    .newstabbox .lh {
        overflow: hidden;
        border-top: 0
    }

        .newstabbox .lh dl {
            height: 60px;
            border-bottom: 1px dotted #DDD;
            padding: 10px 10px 0 10px
        }

        .newstabbox .lh dt {
            float: left;
            width: 72px;
            height: 60px
        }

            .newstabbox .lh dt a {
                width: 70px;
                height: 50px;
                line-height: 50px;
                background: #FFF;
                border: 1px solid #EEE;
                display: table-cell;
                vertical-align: middle;
                overflow: hidden
            }

                .newstabbox .lh dt a img {
                    display: block;
                    max-width: 70px;
                    max-height: 50px;
                    margin: auto
                }

        .newstabbox .lh dd {
            float: right;
            width: 160px;
            text-align: left
        }

            .newstabbox .lh dd h5 {
                display: block;
                font-size: 14px;
                font-weight: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 5px
            }

                .newstabbox .lh dd h5 a {
                    color: #0059ab
                }

            .newstabbox .lh dd p {
                color: #999;
                height: 19px;
                line-height: 19px;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

                .newstabbox .lh dd p em {
                    margin-right: 5px;
                    height: 16px;
                    float: left
                }

        .newstabbox .lh ul {
            padding: 0 10px
        }

        .newstabbox .lh li {
            text-align: left;
            line-height: 28px;
            display: block;
            height: 28px;
            overflow: hidden;
            font-size: 14px;
            background-image: url(../img/headbg2016.png);
            background-repeat: no-repeat;
            background-position: 0 -360px;
            padding-left: 10px
        }

.rqpbtj {
    width: 206px;
    height: 316px;
    position: relative;
    background: #000;
    margin-top: 10px;
    position: relative
}

    .rqpbtj .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden
    }

        .rqpbtj .bd ul {
            width: 100% !important
        }

        .rqpbtj .bd li {
            width: 100% !important;
            height: 316px;
            overflow: hidden;
            text-align: center
        }

            .rqpbtj .bd li a {
                display: block;
                height: 316px
            }

    .rqpbtj .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 20px;
        line-height: 20px
    }

        .rqpbtj .hd ul {
            text-align: center
        }

            .rqpbtj .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 8px;
                height: 8px;
                margin: 2px;
                overflow: hidden;
                background: #555;
                filter: alpha(opacity=50);
                opacity: .5;
                line-height: 999px;
                border-radius: 10px
            }

            .rqpbtj .hd ul .on {
                background: #f00
            }

    .rqpbtj .prev, .rqpbtj .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 40%;
        margin-top: -30px;
        left: 5%;
        z-index: 1;
        width: 30px;
        height: 50px;
        background: url(../img/slider-arrow.png) -132px -142px #000 no-repeat;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
        display: none
    }

    .rqpbtj .next {
        left: auto;
        right: 5%;
        background-position: -12px -142px
    }

    .rqpbtj h4 {
        font-size: 18px;
        text-align: left;
        padding: 0;
        border-bottom: 2px solid #f38604;
        background: 0
    }

        .rqpbtj h4 a.y {
            font-family: SimSun;
            color: #999;
            font-size: 12px;
            line-height: 38px
        }

        .rqpbtj h4 a:hover {
            color: red
        }

        .rqpbtj h4 em {
            display: inline-block;
            height: 38px;
            padding: 0;
            line-height: 38px;
            border: 0;
            font-weight: bold;
            color: #333
        }

.colborder {
    margin-bottom: 10px;
    border: 1px #ddd solid
}

.result-bar em {
    font-weight: bold;
    color: #F30;
    font-family: Verdana,Geneva,sans-serif;
    padding-right: 2px;
    padding-left: 2px
}

.result-bar {
    width: 1198px;
    height: 30px;
    line-height: 30px;
    color: #333;
    margin-bottom: 5px;
    background-color: #f9f9f9;
    font-size: 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd
}

    .result-bar strong {
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 30px;
        float: left;
        text-align: right;
        line-height: 30px;
        height: 30px
    }

    .result-bar .sMenu {
        background-image: url(../img/headbg2016.png);
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 10px
    }

    .result-bar .sMenu {
        display: inline-block;
        padding-right: 18px;
        padding-left: 6px;
        height: 18px;
        line-height: 18px;
        margin-top: 5px;
        border: 1px solid #f60;
        background-color: #fff;
        background-position: right -485px;
        color: #333
    }

        .result-bar .sMenu:hover {
            border: 1px solid #CCC;
            text-decoration: none;
            background-position: right -505px;
            display: inline-block
        }

.select_prod {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #FFF;
    border-bottom: 1px #ddd solid
}

    .select_prod:last-child {
        border: 0
    }

    .select_prod dt {
        float: left;
        width: 110px;
        line-height: 20px;
        text-align: right;
        color: #f60;
        margin: 0;
        padding: 8px 5px
    }

    .select_prod dd {
        float: left;
        overflow: hidden;
        width: 1060px;
        line-height: 20px;
        margin: 0;
        padding: 8px 6px
    }

        .select_prod dd a {
            display: block;
            float: left;
            line-height: 18px;
            white-space: nowrap;
            margin-right: 20px;
            margin-bottom: 5px;
            padding: 2px 4px
        }

            .select_prod dd a:hover {
                background: #ff7e14;
                color: #fff
            }

            .select_prod dd a.limit {
                background: #ff7e14;
                color: #fff
            }

            .select_prod dd a.this {
                color: #fff;
                background-color: #4798d0
            }

                .select_prod dd a.this:visited {
                    color: #fff;
                    background-color: #4798d0;
                    text-decoration: none
                }

.joinbox {
    border: 1px #ddd solid;
    width: 926px
}

.joinBoxTit {
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #6d6d6d;
    background: #f5f5f5;
    cursor: pointer;
    border-bottom: 1px #ddd solid
}

    .joinBoxTit div {
        float: right;
        text-align: center
    }

    .joinBoxTit .zhpx {
        width: 86px;
        background: #fff;
        color: #f50;
        border-right: 1px #ddd solid
    }

    .joinBoxTit .rqpx {
        width: 86px
    }

        .joinBoxTit .rqpx i {
            font-size: 12px;
            color: #444;
            font-weight: normal;
            background-image: url(../img/ico-current.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            width: 8px;
            height: 8px;
            display: inline-block;
            cursor: pointer;
            margin-left: 6px
        }

    .joinBoxTit .zxpx {
        width: 86px;
        margin-right: 310px
    }

        .joinBoxTit .zxpx i {
            font-size: 12px;
            color: #444;
            font-weight: normal;
            background-image: url(../img/ico-current.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            width: 8px;
            height: 8px;
            display: inline-block;
            cursor: pointer;
            margin-left: 6px
        }

    .joinBoxTit .jgpx {
        width: 86px
    }

        .joinBoxTit .jgpx i {
            font-size: 12px;
            color: #444;
            font-weight: normal;
            background-image: url(../img/ico-current.png);
            background-repeat: no-repeat;
            background-position: 0 -21px;
            width: 11px;
            height: 8px;
            display: inline-block;
            cursor: pointer;
            margin-left: 4px
        }

    .joinBoxTit .ppsj {
        margin-right: 40px
    }

        .joinBoxTit .ppsj i {
            color: #f50
        }

    .joinBoxTit .fysl {
        width: 86px
    }

        .joinBoxTit .fysl i {
            color: #f50
        }

        .joinBoxTit .fysl span {
            font-size: 12px;
            color: #444;
            font-weight: normal;
            background-image: url(../img/ico-current.png);
            background-repeat: no-repeat;
            background-position: -0 -37px;
            width: 10px;
            height: 10px;
            display: inline-block;
            cursor: pointer;
            margin-right: 6px
        }

        .joinBoxTit .fysl font {
            font-size: 12px;
            color: #444;
            font-weight: normal;
            background-image: url(../img/ico-current.png);
            background-repeat: no-repeat;
            background-position: -2px -60px;
            width: 10px;
            height: 10px;
            display: inline-block;
            cursor: pointer;
            margin-left: 12px
        }

.cpList {
    margin: 22px 13px 0 12px;
    height: 140px;
    border-bottom: 1px #ddd dashed
}

.cpimg {
    width: 138px;
    height: 105px;
    border: 1px #ddd solid;
    margin-right: 10px
}

    .cpimg span {
        display: inline-block;
        width: 130px;
        height: 97px;
        padding: 3px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        overflow: hidden
    }

        .cpimg span img {
            width: 132px;
            height: auto;
            text-align: center
        }

.cpxqjs {
    width: 320px;
    margin-right: 40px
}

    .cpxqjs h3 {
        font-size: 18px;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

.zxcp dl {
    color: #676767;
    line-height: 20px;
    overflow: hidden
}

.mdsl i {
    color: #999
}

.brandtop {
    width: 100%;
    height: 80px;
    background: #FFF;
    border-bottom: 1px solid #dedee8;
    z-index: 1111;
    display: block !important
}

    .brandtop .wp {
        padding-top: 10px
    }

    .brandtop .logo a.logoimg {
        float: left;
        height: 60px
    }

    .brandtop .logo em {
        display: block;
        height: 60px;
        line-height: 170%;
        float: left;
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px dotted #CCC;
        font-size: 18px;
        color: #d80518
    }

        .brandtop .logo em i {
            font-size: 16px;
            color: #666;
            display: block
        }

.joinbox .joinListbox {
    margin-top: 10px
}

.joinbox li {
    height: 125px;
    background: #FFF;
    border: 1px solid #DDD;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 10px;
    width: 902px
}

    .joinbox li .brandtopico {
        display: none;
        width: 37px;
        height: 37px;
        position: absolute;
        z-index: 111;
        left: -3px;
        top: -3px;
        background: url(../img/brandtop.png) no-repeat center top
    }

    .joinbox li .brandwx {
        display: block;
        width: 170px;
        height: 100px;
        position: absolute;
        z-index: 11;
        right: 150px;
        top: 15px;
        text-align: left
    }

        .joinbox li .brandwx h5 {
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 5px;
            line-height: 180%
        }

            .joinbox li .brandwx h5 b {
                display: block;
                color: #d80518
            }

                .joinbox li .brandwx h5 b a {
                    color: #f60
                }

        .joinbox li .brandwx p {
            font-size: 14px
        }

        .joinbox li .brandwx img {
            display: block;
            width: 80px;
            height: 80px;
            margin: 0 auto;
            filter: alpha(opacity=80);
            -moz-opacity: .8;
            -khtml-opacity: .8;
            opacity: .8
        }

    .joinbox li:hover .brandwx img {
        filter: alpha(opacity=90);
        -moz-opacity: .9;
        -khtml-opacity: .9;
        opacity: .9
    }

    .joinbox li.brandtop {
        border: 1px solid #fed6b2;
        background: #fbffec
    }

        .joinbox li.brandtop .brandtopico {
            display: block
        }

    .joinbox li:hover {
        border: 1px solid #d80518;
        -webkit-box-shadow: #DDD 0 2px 3px;
        -moz-box-shadow: #DDD 0 2px 3px;
        box-shadow: #DDD 0 2px 3px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        transform: translate(0,-3px);
        -webkit-transform: translate(0,-3px);
        -moz-transform: translate(0,-3px);
        -o-transform: translate(0,-3px);
        -ms-transform: translate(0,-3px)
    }

.joinbox .brandimg {
    width: 132px;
    height: 102px;
    float: left;
    margin: 10px;
    border: 1px solid #DDD
}

    .joinbox .brandimg a {
        width: 130px;
        height: 100px;
        line-height: 100px;
        background: #FFF;
        display: table-cell;
        +display:block;
        vertical-align: middle;
        overflow: hidden;
        transition: All .1s ease-in-out;
        -webkit-transition: All .1s ease-in-out;
        -moz-transition: All .1s ease-in-out;
        -o-transition: All .1s ease-in-out
    }

        .joinbox .brandimg a:hover {
            border: 1px solid #DDD;
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -o-transform: scale(1.05);
            -ms-transform: scale(1.05)
        }

        .joinbox .brandimg a img {
            display: block;
            max-width: 120px;
            max-height: 90px;
            margin: auto
        }

.joinbox li p {
    color: #666;
    display: block;
    font-size: 12px;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px
}

    .joinbox li p a {
        color: #666
    }

        .joinbox li p a:hover {
            color: #d80518
        }

.joinbox li h6 {
    color: #666;
    font-weight: normal;
    font-size: 12px;
    margin-top: 8px
}

    .joinbox li h6 a {
        color: #2872c4
    }

        .joinbox li h6 a:hover {
            color: #d80518
        }

.brandztop {
    background: #f5f5f5;
    height: 160px;
    overflow: hidden;
    border: 1px solid #DDD;
    border-top: 0
}

    .brandztop dd {
        float: left;
        width: 16.6%
    }

    .brandztop a {
        display: block;
        width: 132px;
        margin: 0 auto;
        text-align: center;
        padding: 15px 0
    }

        .brandztop a .brandtopimg {
            width: 130px;
            height: 100px;
            margin: 0 auto;
            line-height: 100px;
            background: #FFF;
            display: block;
            vertical-align: middle;
            overflow: hidden;
            border: 1px solid #DDD
        }

            .brandztop a .brandtopimg img {
                display: block;
                max-width: 120px;
                max-height: 90px;
                margin: auto
            }

        .brandztop a:hover .brandtopimg {
            border: 1px solid #DDD
        }

    .brandztop em {
        display: block;
        font-size: 14px;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.brandcontit {
    height: 35px
}

    .brandcontit h3 {
        font-size: 18px;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
        max-width: 300px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .brandcontit h3 a {
            color: #333
        }

            .brandcontit h3 a:hover {
                color: #f60
            }

.brandbutbox {
    position: absolute;
    width: 150px;
    right: 10px;
    top: 15px;
    clear: both
}

    .brandbutbox a {
        display: block;
        line-height: 30px;
        color: #2872c4;
        text-align: center;
        font-size: 14px
    }

        .brandbutbox a em {
            font-family: simsun;
            margin-left: 5px
        }

        .brandbutbox a.on:hover {
            background: #17a3fb;
            color: #FFF !important
        }

        .brandbutbox a.on {
            font-size: 16px;
            color: #FFF !important;
            display: block;
            width: 100%;
            height: 40px;
            background: #ff7e14;
            margin-bottom: 5px;
            text-align: center;
            line-height: 40px
        }

        .brandbutbox a:hover {
            color: #f60
        }

.zxcp dl dt {
    float: left;
    overflow: hidden;
    color: #999;
    line-height: 26px
}

.zxcp dl dd {
    color: #999
}

.mdsl a {
    display: inline-block;
    border: 1px #f50 solid;
    color: #f50;
    padding: 1px 4px;
    margin-left: 10px
}

    .mdsl a:hover {
        background: #f38604;
        color: #fff;
        border: 1px #f38604 solid
    }

.jphyxx {
    width: 184px;
    height: 100px;
    overflow: hidden;
    line-height: 22px
}

    .jphyxx p {
        line-height: 26px
    }

        .jphyxx p span {
            color: #f50;
            font-size: 18px
        }

    .jphyxx .jphyrz {
        line-height: 24px;
        height: 24px;
        overflow: hidden
    }

        .jphyxx .jphyrz i {
            font-size: 14px;
            color: #444;
            font-weight: normal;
            background-image: url(../img/ico-current.png);
            background-repeat: no-repeat;
            background-position: 0 -92px;
            display: inline-block;
            cursor: pointer;
            padding-left: 24px;
            color: #f38604
        }

        .jphyxx .jphyrz font {
            font-size: 14px;
            color: #444;
            font-weight: normal;
            background-image: url(../img/ico-current.png);
            background-repeat: no-repeat;
            background-position: 0 -128px;
            display: inline-block;
            cursor: pointer;
            padding-left: 24px;
            color: #019844
        }

.lxfshz {
    width: 160px;
    text-align: center
}

    .lxfshz p {
        color: #999
    }

    .lxfshz .ckxq {
        width: 150px;
        height: 34px;
        background: #f38604;
        line-height: 34px;
        text-align: center;
        margin: 10px 0
    }

        .lxfshz .ckxq a {
            color: #fff;
            font-size: 16px;
            display: block;
            width: 150px
        }

            .lxfshz .ckxq a:hover {
                background: #f50;
                color: #fff
            }

    .lxfshz .qqlx ul li {
        float: left;
        text-align: center;
        width: 80px
    }

        .lxfshz .qqlx ul li a {
            font-weight: normal
        }

    .lxfshz .qqContact {
        background-image: url(../img/headbg2016.png);
        background-repeat: no-repeat;
        background-position: -400px -436px;
        display: block;
        padding-left: 15px;
        margin-right: 4px;
        height: 18px
    }

        .lxfshz .qqContact:hover {
            text-decoration: none;
            background-image: url(../img/headbg2016.png);
            background-repeat: no-repeat;
            background-position: -400px -461px;
            color: #333
        }

    .lxfshz .companycontact {
        background-image: url(../img/headbg2016.png);
        background-repeat: no-repeat;
        background-position: -400px -391px;
        padding-left: 6px;
        width: 76px;
        height: 18px;
        display: inline-block
    }

        .lxfshz .companycontact:hover {
            text-decoration: none;
            background-image: url(../img/headbg2016.png);
            background-repeat: no-repeat;
            background-position: -400px -416px;
            padding-left: 6px;
            color: #333
        }

.cpxqjs .yhj {
    text-decoration: none;
    background-image: url(../img/ico-current.png);
    background-repeat: no-repeat;
    background-position: -74px 0;
    padding-left: 6px;
    color: #fff;
    width: 202px;
    height: 24px;
    line-height: 24px;
    word-spacing: 30px;
    margin-top: 6px;
    padding-left: 10px
}

    .cpxqjs .yhj i {
        color: #333;
        margin-left: 20px
    }

.msdn {
    clear: left;
    text-align: center;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 14px;
    height: 38px
}

    .msdn A {
        display: inline-block;
        min-width: 20px;
        height: 25px;
        line-height: 25px;
        border: solid 1px #ccc;
        text-decoration: none;
        text-align: center;
        border-radius: 3px;
        color: #666;
        margin-top: 0;
        margin-right: 5px;
        margin-bottom: 0;
        padding-top: 3px;
        padding-right: 8px;
        padding-bottom: 3px;
        padding-left: 8px
    }

    .msdn select {
        display: inline-block;
        min-width: 20px;
        height: 33px;
        line-height: 33px;
        border: solid 1px #ccc;
        text-decoration: none;
        text-align: center;
        border-radius: 3px;
        color: #666;
        margin-top: 0;
        margin-right: 5px;
        margin-bottom: 3px;
        padding-top: 3px;
        padding-right: 8px;
        padding-bottom: 3px;
        padding-left: 8px
    }

    .msdn A:hover {
        COLOR: #F60;
        border: 1px solid #F60
    }

.pagination A:active {
    BORDER-RIGHT: #ddd 1px solid;
    BORDER-TOP: #ddd 1px solid;
    BORDER-LEFT: #ddd 1px solid;
    COLOR: #0066a7;
    BORDER-BOTTOM: #ddd 1px solid;
    BACKGROUND-COLOR: #fffce3
}

.msdn SPAN.current {
    display: inline-block;
    margin: 0 2px;
    padding: 3px 8px;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f60;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #f60
}

.msdn SPAN.disabled {
    DISPLAY: none
}

.msdn-hui {
    PADDING-RIGHT: 6px;
    PADDING-LEFT: 0;
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial,Helvetica,sans-serif;
    TEXT-AliGN: center;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    color: #999;
    margin-top: 10px
}

    .msdn-hui A {
        BORDER-RIGHT: #ddd 1px solid;
        PADDING-RIGHT: 8px;
        BORDER-TOP: #ddd 1px solid;
        PADDING-LEFT: 7px;
        PADDING-BOTTOM: 3px;
        BORDER-LEFT: #ddd 1px solid;
        COLOR: #999;
        PADDING-TOP: 4px;
        BORDER-BOTTOM: #ddd 1px solid;
        TEXT-DECORATION: none;
        margin-top: 0;
        margin-right: 3px;
        margin-bottom: 0;
        margin-left: 3px
    }

        .msdn-hui A:hover {
            COLOR: #F60;
            border: 1px solid #F60
        }

    .msdn-hui SPAN.current {
        BORDER-RIGHT: #ddd 1px solid;
        PADDING-RIGHT: 6px;
        BORDER-TOP: #ddd 1px solid;
        PADDING-LEFT: 5px;
        FONT-WEIGHT: bold;
        PADDING-BOTTOM: 3px;
        BORDER-LEFT: #ddd 1px solid;
        COLOR: #999;
        PADDING-TOP: 4px;
        BORDER-BOTTOM: #ddd 1px solid;
        BACKGROUND-COLOR: #fffce3;
        margin-top: 0;
        margin-right: 3px;
        margin-bottom: 0;
        margin-left: 3px
    }

    .msdn-hui SPAN.disabled {
        DISPLAY: none
    }

.caigou_tishi {
    font-size: 14px;
    line-height: 35px;
    color: #666;
    height: 35px;
    text-align: center
}

.jmxm {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px
}

    .jmxm i {
        color: #f60;
        font-weight: bold
    }

.joinright {
    width: 260px
}

.blcljm {
    position: relative;
    width: 260px;
    height: 284px;
    overflow: hidden;
    border: 1px solid #e1e1e1
}

    .blcljm .bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 260px;
        overflow: hidden
    }

        .blcljm .bd ul li p {
            position: absolute;
            left: 0;
            bottom: 0;
            background: #000;
            opacity: .7;
            width: 100%;
            height: 42px;
            line-height: 42px;
            font-size: 14px;
            color: #fff;
            padding-left: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .blcljm .bd ul li .pic {
            width: 260px;
            height: 240px;
            overflow: hidden;
            text-align: center
        }

            .blcljm .bd ul li .pic a {
                width: 260px;
                height: 240px;
                overflow: hidden;
                display: table-cell;
                vertical-align: middle;
                text-align: center
            }

        .blcljm .bd img {
            width: 260px
        }

    .blcljm .hd {
        position: relative;
        top: 248px;
        margin-left: 4px
    }

        .blcljm .hd ul {
            text-align: center
        }

        .blcljm .hd li {
            position: relative;
            float: left;
            display: inline;
            overflow: hidden;
            margin-right: 1px
        }

        .blcljm .hd a {
            display: block;
            width: 40px;
            height: 26px;
            color: #a9a9a7
        }

        .blcljm .hd img {
            width: 36px;
            height: 24px;
            border: 1px #ddd solid
        }

    .blcljm .hoverBg {
        position: absolute;
        left: 0;
        top: -8px;
        width: 38px;
        height: 40px;
        background: url(../img/ico-current.png) no-repeat -1px -164px;
        cursor: pointer;
        z-index: 2
    }

.rmss {
    border: 1px #ddd solid;
    margin-top: 10px;
    width: 260px
}

#tagbox {
    display: block;
    min-height: 120px;
    color: #333;
    margin: 0 auto;
    padding: 10px 10px
}

    #tagbox a {
        color: #333;
        display: inline-block;
        white-space: nowrap;
        margin: 0 6px 6px 0;
        font-size: 14px;
        float: left;
        line-height: 18px;
        text-align: center;
        padding: 4px 10px;
        background: #f5f5f5;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

        #tagbox a:hover {
            color: #fff;
            background: #e43140 !important
        }

        #tagbox a:first-child {
            color: #66cecd;
            font-size: 18px
        }

        #tagbox a:nth-child(2) {
            color: #ff9997
        }

        #tagbox a:nth-child(3) {
            color: #ffcc9a;
            font-size: 15px
        }

        #tagbox a:nth-child(4) {
            color: #0099cb
        }

        #tagbox a:nth-child(5) {
            color: #cb9b97
        }

        #tagbox a:nth-child(6) {
            color: #fe9b00;
            font-size: 22px
        }

        #tagbox a:nth-child(7) {
            color: #cace31;
            font-size: 18px
        }

        #tagbox a:nth-child(8) {
            color: #cacd96
        }

        #tagbox a:nth-child(9) {
            color: #66cecd;
            font-size: 15px
        }

        #tagbox a:nth-child(10) {
            color: #ff6764
        }

        #tagbox a:nth-child(11) {
            color: #fe9acc;
            font-size: 25px
        }

        #tagbox a:nth-child(12) {
            color: #fc3
        }

        #tagbox a:nth-child(13) {
            color: #cc6601
        }

        #tagbox a:nth-child(14) {
            color: #666698;
            font-size: 22px
        }

        #tagbox a:nth-child(15) {
            color: #009a9a;
            font-size: 18px
        }

        #tagbox a:nth-child(16) {
            color: #cace33
        }

        #tagbox a:nth-child(17) {
            color: #ffcc9a
        }

        #tagbox a:nth-child(18) {
            color: #ccccfe;
            font-size: 25px
        }

        #tagbox a:nth-child(19) {
            color: #cacd96
        }

        #tagbox a:nth-child(20) {
            color: #66999a
        }

        #tagbox a:nth-child(21) {
            color: #99cccd;
            font-size: 18px
        }

        #tagbox a:nth-child(22) {
            color: #cb9b97
        }

        #tagbox a:nth-child(23) {
            color: #9966cb;
            font-size: 18px
        }

        #tagbox a:nth-child(24) {
            color: #cacd96
        }

        #tagbox a:nth-child(25) {
            color: #76a75c
        }

        #tagbox a:nth-child(26) {
            color: #2bbbc0;
            font-size: 25px
        }

        #tagbox a:nth-child(27) {
            color: #cb9b97;
            font-size: 18px
        }

        #tagbox a:nth-child(28) {
            color: #5692c7
        }

        #tagbox a:nth-child(29) {
            color: #98ce32;
            font-size: 18px
        }

        #tagbox a:nth-child(30) {
            color: #cb9b97;
            font-size: 25px
        }

        #tagbox a:nth-child(31) {
            color: #007ba4
        }

        #tagbox a:nth-child(32) {
            color: #c9f;
            font-size: 18px
        }

        #tagbox a:nth-child(33) {
            color: #ff6764
        }

        #tagbox a:nth-child(34) {
            color: #fe9acc;
            font-size: 25px
        }

        #tagbox a:nth-child(35) {
            color: #fc3
        }

        #tagbox a:nth-child(36) {
            color: #cc6601
        }

        #tagbox a:nth-child(37) {
            color: #666698;
            font-size: 22px
        }

        #tagbox a:nth-child(38) {
            color: #009a9a;
            font-size: 18px
        }

        #tagbox a:nth-child(39) {
            color: #cace33
        }

        #tagbox a:nth-child(40) {
            color: #ffcc9a
        }

        #tagbox a:nth-child(41) {
            color: #ccccfe;
            font-size: 25px
        }

        #tagbox a:nth-child(42) {
            color: #cacd96
        }

        #tagbox a:nth-child(43) {
            color: #66999a
        }

        #tagbox a:nth-child(44) {
            color: #99cccd;
            font-size: 18px
        }

        #tagbox a:nth-child(45) {
            color: #cb9b97
        }

        #tagbox a:nth-child(46) {
            color: #9966cb;
            font-size: 18px
        }

        #tagbox a:nth-child(47) {
            color: #cacd96
        }

        #tagbox a:nth-child(48) {
            color: #76a75c
        }

        #tagbox a:nth-child(49) {
            color: #2bbbc0;
            font-size: 25px
        }

        #tagbox a:nth-child(50) {
            color: #cb9b97;
            font-size: 18px
        }

.cybljmp {
    border: 1px #ddd solid;
    width: 260px;
    margin-top: 10px;
    height: 317px
}

    .cybljmp ul {
        padding: 10px
    }

    .cybljmp li {
        height: 34px;
        vertical-align: middle
    }

        .cybljmp li span.y {
            display: block;
            padding-top: 2px;
            color: #e63f4d
        }

            .cybljmp li span.y i {
                display: inline-block;
                width: 20px;
                height: 18px;
                background: url(../img/ico-current.png) no-repeat 0 -216px;
                vertical-align: middle;
                margin-left: 10px
            }

            .cybljmp li span.y a {
                display: inline-block;
                width: 45px;
                height: 18px;
                margin: 0 5px;
                background: #FFF;
                border: 1px solid #DDD;
                color: #666;
                text-align: center;
                line-height: 18px;
                vertical-align: middle
            }

                .cybljmp li span.y a:hover {
                    background: #e43140;
                    border: 1px solid #e43140;
                    color: #FFF
                }

        .cybljmp li h5 {
            width: 50%;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: normal
        }

            .cybljmp li h5 em {
                display: inline-block;
                width: 22px;
                height: 22px;
                line-height: 24px;
                text-align: center;
                background: #fff;
                color: #f60;
                margin-right: 5px;
                border: 1px #f60 solid;
                font-weight: bold;
                font-size: 14px
            }

        .cybljmp li:first-child h5 em {
            background: #f60;
            color: #fff
        }

        .cybljmp li:nth-child(2) h5 em {
            background: #f60;
            color: #fff
        }

        .cybljmp li:nth-child(3) h5 em {
            background: #f60;
            color: #fff
        }

        .cybljmp li h5 a {
            font-size: 14px
        }

.xmtj {
    border: 1px #ddd solid;
    margin-top: 10px
}

    .xmtj ul {
        padding: 10px
    }

    .xmtj li {
        margin-bottom: 5px
    }

        .xmtj li a {
            display: block;
            height: 95px
        }

            .xmtj li a .relatedimg {
                margin-right: 10px;
                width: 120px;
                height: 90px;
                float: left;
                display: block
            }

                .xmtj li a .relatedimg span {
                    margin-right: 10px;
                    width: 120px;
                    height: 90px;
                    border: 1px #e2e2e2 solid;
                    display: table-cell;
                    +display:block;
                    vertical-align: middle;
                    background: #FFF
                }

                .xmtj li a .relatedimg img {
                    border: 0;
                    max-width: 118px;
                    max-height: 88px;
                    display: block;
                    margin: auto
                }

            .xmtj li a b {
                display: block;
                font-size: 14px;
                line-height: 200%;
                font-weight: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .xmtj li a em {
                color: #fe4351;
                display: block
            }

            .xmtj li a i {
                color: #737384;
                display: block
            }

            .xmtj li a:hover .relatedimg span {
                border: 1px #fe4351 solid
            }

            .xmtj li a i.projectbut {
                display: inline-block;
                width: 70px;
                background: #fe4351;
                color: #FFF;
                height: 20px;
                text-align: center;
                line-height: 20px;
                margin-top: 4px
            }

.ygggw {
    border: 1px #ddd solid;
    margin-top: 10px
}

    .ygggw img {
        width: 258px;
        height: 164px
    }

.zxjmrz {
    float: left;
    width: 260px;
    margin-top: 10px
}

    .zxjmrz .goldmember {
        height: 482px
    }

        .zxjmrz .goldmember dl {
            height: 62px
        }

.goldmember {
    border: 1px solid #DDD
}

    .goldmember h4 {
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        padding: 0 10px;
        border-bottom: 1px solid #DDD;
        background: #f8f8f8
    }

        .goldmember h4 a.y {
            display: inline-block;
            width: 70px;
            text-align: center;
            height: 22px;
            line-height: 22px;
            margin-top: 8px;
            font-size: 12px;
            border: 1px solid #fc4;
            background: #fef49c;
            color: #97350b
        }

        .goldmember h4 em {
            display: inline-block;
            height: 38px;
            padding: 0 10px;
            line-height: 38px;
            border-bottom: 2px solid #f38604
        }

    .goldmember dl {
        height: 60px;
        border-bottom: 1px dotted #DDD;
        padding: 10px 10px 0 10px
    }

        .goldmember dl:last-child {
            border: 0
        }

    .goldmember dt {
        float: left;
        width: 72px;
        height: 60px
    }

        .goldmember dt a {
            width: 70px;
            height: 50px;
            line-height: 50px;
            background: #FFF;
            border: 1px solid #EEE;
            display: table-cell;
            vertical-align: middle;
            overflow: hidden
        }

            .goldmember dt a img {
                display: block;
                max-width: 70px;
                max-height: 50px;
                margin: auto
            }

    .goldmember dd {
        float: right;
        width: 154px;
        text-align: left;
        padding-top: 4px
    }

        .goldmember dd h5 {
            display: block;
            font-size: 14px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 5px
        }

            .goldmember dd h5 a {
                color: #0059ab
            }

        .goldmember dd p {
            color: #999;
            height: 19px;
            line-height: 19px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .goldmember dd p em {
                margin-right: 5px;
                height: 16px;
                float: left
            }

.gold {
    background-image: url(../img/headbg2016.png);
    background-repeat: no-repeat;
    background-position: 0 -443px;
    height: 16px;
    width: 27px;
    display: inline-block
}

.ggico {
    position: absolute;
    display: block;
    background: #000 url(../img/ad_new.png) no-repeat center center;
    font-size: 11px;
    color: #FFF;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 24px;
    height: 14px;
    line-height: 14px;
    z-index: 88;
    overflow: hidden;
    text-indent: 100px;
    opacity: .5
}

.jmft {
    border: 1px #ddd solid;
    margin-top: 10px;
    width: 260px;
    height: auto
}

    .jmft dl {
        height: 60px;
        border-bottom: 1px dotted #DDD;
        padding: 10px 10px 0 10px
    }

    .jmft dt {
        float: left;
        width: 72px;
        height: 60px
    }

        .jmft dt a {
            width: 70px;
            height: 50px;
            line-height: 50px;
            background: #FFF;
            border: 1px solid #EEE;
            display: table-cell;
            vertical-align: middle;
            overflow: hidden
        }

            .jmft dt a img {
                display: block;
                max-width: 70px;
                max-height: 50px;
                margin: auto
            }

    .jmft dd {
        float: right;
        width: 160px;
        text-align: left
    }

        .jmft dd h5 {
            display: block;
            font-size: 14px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 5px
        }

            .jmft dd h5 a {
                color: #0059ab
            }

        .jmft dd p {
            color: #777;
            height: 19px;
            line-height: 19px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .jmft dd p em {
                margin-right: 5px;
                height: 16px;
                float: left
            }

    .jmft ul {
        padding: 0 10px
    }

    .jmft li {
        text-align: left;
        line-height: 28px;
        display: block;
        height: 28px;
        overflow: hidden;
        font-size: 14px;
        background-image: url(../img/headbg2016.png);
        background-repeat: no-repeat;
        background-position: 0 -360px;
        padding-left: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

.jmwenda {
    border: 1px #ddd solid;
    margin-top: 10px;
    width: 300px;
    height: auto
}

    .jmwenda ul {
        padding: 0 10px
    }

    .jmwenda li {
        text-align: left;
        line-height: 28px;
        display: block;
        height: 28px;
        overflow: hidden;
        font-size: 14px;
        background-image: url(../img/headbg2016.png);
        background-repeat: no-repeat;
        background-position: 0 -360px;
        padding-left: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

.disclaimer {
    background: #FFC;
    border: 1px solid #FC9;
    margin: 20px auto 20px auto
}

    .disclaimer p {
        padding: 8px 20px;
        line-height: 180%;
        font-size: 14px;
        color: #666
    }

        .disclaimer p b {
            color: #F00
        }

.brand_marquee {
    margin-top: 20px;
    border: 1px solid #ddd
}

    .brand_marquee .in_brand2 {
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        padding: 15px 0;
    }

    .brand_marquee .left_focus_pic img {
        max-height: 150px;
        max-width: 250px;
        display: block
    }

    .brand_marquee .in_brand2 .left_focus_pic {
        height: 162px;
        overflow: hidden;
        position: relative;
    }

        .brand_marquee .in_brand2 .left_focus_pic li {
            float: left;
            width: 170px;
            height: 162px;
            overflow: hidden;
            position: relative;
            margin-left: 10px;
        }

            .brand_marquee .in_brand2 .left_focus_pic li a {
                width: 168px;
                height: 160px;
                text-align: center;
                overflow: hidden;
                display: table-cell;
                vertical-align: middle;
                border: 1px #ddd solid;
                line-height: 160px
            }

                .brand_marquee .in_brand2 .left_focus_pic li a img {
                    padding: 2px;
                    vertical-align: middle;
                    width: 166px;
                    width: auto;
                    height: auto;
                    max-width: 164px;
                    max-height: 160px;
                    display: inline-block
                }

            .brand_marquee .in_brand2 .left_focus_pic li p {
                font-size: 15px;
                line-height: 32px;
                text-align: center;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

                .brand_marquee .in_brand2 .left_focus_pic li p a {
                    width: auto;
                    height: auto;
                    text-align: center;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    color: #333;
                    border: 0
                }

            .brand_marquee .in_brand2 .left_focus_pic li a {
                display: block;
                position: relative
            }

    .brand_marquee .in_brand2 .left_focus_btnl {
        width: 30px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 56%;
        margin-top: -25px;
        text-align: center;
        background: #333;
        background: rgba(3,3,3,0.7);
        overflow: hidden;
        color: #FFF;
        font-family: simsun;
        font-size: 20px;
        line-height: 50px
    }

    .brand_marquee .in_brand2 .left_focus_btnr {
        width: 30px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 56%;
        margin-top: -25px;
        text-align: center;
        background: #333;
        background: rgba(3,3,3,0.7);
        overflow: hidden;
        color: #FFF;
        font-family: simsun;
        font-size: 20px;
        line-height: 50px
    }

    .brand_marquee .brand_marquee h4 a.y {
        display: inline-block;
        width: 70px;
        text-align: center;
        height: 22px;
        line-height: 22px;
        margin-top: 8px;
        font-size: 12px;
        border: 1px solid #fc4;
        background: #fef49c;
        color: #97350b
    }

.pbjjbox {
    background: #f0f0f7;
    height: 130px;
    padding: 10px
}

    .pbjjbox .pbjs {
        background: #fff;
        height: 120px;
        padding: 10px 10px 0 10px
    }

    .pbjjbox .pblogo {
        width: 128px;
        height: 98px;
        border: 1px #ddd solid;
        padding: 3px;
        margin: 0 12px 0 12px
    }

        .pbjjbox .pblogo a {
            width: 128px;
            height: 98px;
            overflow: hidden;
            display: table-cell;
            vertical-align: middle;
            text-align: center
        }

            .pbjjbox .pblogo a img {
                width: 128px;
                text-align: center;
                vertical-align: middle
            }

    .pbjjbox .pbmcjs {
        width: 500px;
        font-size: 14px
    }

        .pbjjbox .pbmcjs h2 {
            font-size: 24px;
            color: #333;
            height: 36px;
            overflow: hidden
        }

            .pbjjbox .pbmcjs h2 a {
                max-width: 336px;
                overflow: hidden;
                display: inline-block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

            .pbjjbox .pbmcjs h2 i {
                font-size: 12px;
                color: #444;
                font-weight: normal;
                background-image: url(../img/ico-current.png);
                background-repeat: no-repeat;
                background-position: 0 -248px;
                width: 59px;
                height: 22px;
                display: inline-block;
                cursor: pointer;
                padding-left: 4px
            }

            .pbjjbox .pbmcjs h2 font {
                font-size: 12px;
                color: #444;
                font-weight: normal;
                background-image: url(../img/ico-current.png);
                background-repeat: no-repeat;
                background-position: 0 -277px;
                width: 66px;
                height: 22px;
                display: inline-block;
                cursor: pointer;
                padding-left: 4px
            }

    .pbjjbox .pbxj {
        font-size: 12px;
        color: #444;
        font-weight: normal;
        background-image: url(../img/ico-current.png);
        background-repeat: no-repeat;
        background-position: 0 -316px;
        width: 100px;
        height: 20px;
        display: inline-block;
        margin: 6px 0 0 0;
        cursor: pointer
    }

.pbmc {
    line-height: 20px
}

    .pbmc i {
        color: #d60619
    }

.brandbox {
    background: #f0f0f7;
    padding: 10px 0;
    position: relative;
    z-index: 0
}

.brandcon {
    background: #FFF;
    height: 130px;
    padding: 0 15px
}

.brandconz {
    width: 700px;
    height: 105px;
    float: left;
    margin-top: 15px
}

.brandconc {
    width: 320px;
    height: 105px;
    float: left;
    border-left: 1px solid #e7e7ef;
    border-right: 1px solid #e7e7ef;
    margin-top: 15px
}

.brandcony {
    width: 130px;
    height: 105px;
    float: right;
    margin-top: 10px
}

.brandconz dl {
    float: left
}

.brandconz dt {
    width: 132px;
    height: 102px;
    float: left;
    margin-right: 10px
}

    .brandconz dt a.logo {
        width: 130px;
        height: 100px;
        line-height: 100px;
        border: 1px solid #dcdce7;
        display: table-cell;
        +display:block;
        vertical-align: middle;
        line-height: 92px;
        overflow: hidden
    }

        .brandconz dt a.logo:hover {
            border: 1px solid #d60619
        }

        .brandconz dt a.logo img {
            display: block;
            max-width: 120px;
            max-height: 90px;
            margin: auto
        }

.brandconz dd {
    float: left;
    width: 510px;
    overflow: hidden
}

    .brandconz dd h3 {
        font-size: 24px;
        color: #333;
        font-weight: normal;
        height: 30px;
        line-height: 30px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 360px
    }

    .brandconz dd p {
        color: #333;
        line-height: 22px
    }

        .brandconz dd p b {
            font-size: 15px;
            color: #d60619
        }

.zxbox {
    float: right;
    width: 42%;
    line-height: 25px;
    color: #a6a6b7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .zxbox b {
        font-weight: 100
    }

    .zxbox p {
        line-height: 160%;
        color: #a6a6b7
    }

.follow {
    display: block;
    width: 260px;
    margin: 0 auto
}

    .follow dd {
        width: 105px;
        height: 105px;
        float: left;
        margin: 0 10px;
        text-align: center;
        font-size: 18px;
        color: #f38604;
        font-weight: bold
    }

        .follow dd b {
            display: block;
            margin: 0 auto;
            text-align: center;
            font-size: 18px;
            padding: 30px 0 0 0;
            color: #ff8201
        }

        .follow dd a {
            width: 105px;
            height: 105px;
            border: 2px solid #EEE;
            display: block;
            text-align: center;
            color: #f48e15
        }

            .follow dd a:hover {
                border: 2px solid #ff8201
            }

.mqj {
    margin: 0 auto
}

    .mqj a {
        display: block;
        width: 100px;
        height: 110px;
        text-align: center;
        margin: 0 auto
    }

        .mqj a span {
            padding: 5px;
            display: block
        }

            .mqj a span img {
                display: block;
                margin: 1px auto
            }

        .mqj a:hover {
            background: #EEE
        }

.brandico {
    float: left;
    margin-left: 10px;
    padding-top: 10px;
    height: 20px;
    display: block
}

    .brandico i {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

.rzico {
    display: inline-block;
    height: 16px;
    color: #329e5a;
    font-size: 12px;
    font-style: normal;
    margin-right: 3px;
    line-height: 16px;
    vertical-align: middle;
    background: #FFF url(../img/rzico.gif) no-repeat left top;
    border: 1px solid #329e5a;
    padding: 0 3px 0 18px
}

.rzicooff {
    display: inline-block;
    height: 16px;
    color: #999;
    font-size: 12px;
    font-style: normal;
    margin-right: 3px;
    line-height: 16px;
    vertical-align: middle;
    background: #FFF url(../img/rzico.gif) no-repeat left top;
    border: 1px solid #b9b9b9;
    padding: 0 3px 0 18px
}

.vipico {
    display: inline-block;
    height: 16px;
    color: #f10345;
    font-size: 12px;
    margin-right: 6px;
    font-style: normal;
    line-height: 16px;
    vertical-align: middle;
    background: #FFF url(../img/vipico.gif) no-repeat left top;
    border: 1px solid #f10345;
    padding: 0 5px 0 20px
}

.vipicooff {
    display: inline-block;
    height: 16px;
    color: #999;
    font-size: 12px;
    margin-right: 3px;
    font-style: normal;
    line-height: 16px;
    vertical-align: middle;
    background: #FFF url(../img/vipico.gif) no-repeat left top;
    border: 1px solid #b9b9b9;
    padding: 0 5px 0 20px
}

.dzico {
    display: inline-block;
    height: 18px;
    color: #FFF;
    font-size: 12px;
    margin-right: 3px;
    font-style: normal;
    line-height: 18px;
    vertical-align: middle;
    background: #f93;
    border: 1px solid #f77b00;
    padding: 0 5px
}

.xxico {
    display: block;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    background: url(../img/xxico.gif) no-repeat left bottom;
    margin-top: 2px;
    margin-bottom: 7px
}

.locationbox {
    border-bottom: 2px #f38605 solid;
    line-height: 34px;
    height: 34px;
    font-size: 13px
}

    .locationbox a {
        color: #205fb0
    }

    .locationbox i.iconfont {
        font-size: 12px;
        color: #444;
        font-weight: normal;
        background-image: url(../img/ico-current.png);
        background-repeat: no-repeat;
        background-position: 0 -339px;
        width: 16px;
        height: 20px;
        display: inline-block;
        margin: 6px 0 0 0;
        cursor: pointer
    }

    .locationbox .wxts {
        color: #999
    }

.jmpbcpxq {
    border: 1px #ddd solid;
    width: 1198px;
    margin: 0 auto;
    margin-top: 10px;
    height: 376px
}

.jmcp {
    position: relative;
    border-right: 1px solid #dcdddd;
    padding: 4px;
    overflow: hidden;
    width: 310px;
    margin: 0 0 0 10px
}

    .jmcp .bigImg {
        height: 258px;
        position: relative
    }

    .jmcp ul li {
        width: 300px;
        height: 278px;
        overflow: hidden
    }

        .jmcp ul li .pic {
            width: 300px;
            height: 278px;
            overflow: hidden;
            display: table-cell;
            vertical-align: middle;
            text-align: center
        }

    .jmcp .bigImg li img {
        vertical-align: middle;
        max-height: 280px;
        max-width: 300px;
    }

    .jmcp .bigImg h4 {
        font-size: 14px;
        font-weight: bold;
        line-height: 33px;
        height: 33px;
        padding-right: 30px;
        overflow: hidden;
        text-align: left;
        background: 0;
        border: 0;
        padding: 0
    }

    .jmcp .smallScroll {
        height: 47px;
        margin-bottom: 20px;
        margin-top: 10px;
        height: 60px
    }

    .jmcp .sPrev, .jmcp .sNext {
        float: left;
        display: block;
        width: 14px;
        height: 60px;
        text-indent: -9999px;
        background: url(../img/ico-current.png) no-repeat 0 -371px
    }

    .jmcp .sNext {
        background-position: 0 -540px
    }

    .jmcp .sPrev:hover {
        background-position: 0 -459px
    }

    .jmcp .sNext:hover {
        background-position: 0 -628px
    }

    .jmcp .smallImg {
        float: left;
        margin: 0 6px;
        display: inline;
        width: 260px;
        overflow: hidden
    }

        .jmcp .smallImg ul {
            width: 9999px;
            overflow: hidden
        }

        .jmcp .smallImg li {
            float: left;
            padding: 0 4px 0 0;
            width: 62px;
            cursor: pointer;
            display: inline;
            height: 60px
        }

        .jmcp .smallImg img {
            border: 1px solid #dcdddd;
            width: 60px;
            height: 58px
        }

        .jmcp .smallImg .on img {
            border-color: red
        }

    .jmcp .pageState {
        position: absolute;
        top: 235px;
        right: 5px;
        font-family: "Times New Roman",serif;
        letter-spacing: 1px
    }

        .jmcp .pageState span {
            color: #f00;
            font-size: 16px
        }

.dmxxzs {
    color: #ff8201;
    font-size: 12px
}

.xmxq {
    width: 543px;
    margin: 0 0 0 12px;
    font-size: 13px;
    color: #a6a6b7;
    line-height: 24px
}

    .xmxq em {
        color: #a6a6b7;
        margin-right: 4px
    }

.tzje i {
    color: red;
    font-size: 18px;
    display: inline-block;
    margin-right: 4px
}

.xmxq .sshy {
    height: 48px;
    overflow: hidden
}

.xmxq h3 {
    max-width: 550px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    font-weight: normal
}

.xmxq h1 {
    max-width: 550px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    font-weight: normal
}

.clmdjm {
    border-bottom: 1px #ddd solid;
    height: 87px
}

    .clmdjm ul li {
        float: left;
        font-size: 13px;
        color: #333;
        width: 250px;
        height: 26px;
        line-height: 26px;
        overflow: hidden
    }

        .clmdjm ul li em {
            color: #a6a6b7;
            margin-right: 4px
        }

.xmgz {
    border-bottom: 1px #ddd solid;
    height: 36px
}

    .xmgz ul li {
        float: left;
        width: 150px;
        text-align: center;
        margin: 5px 0;
        border-right: 1px #ddd solid
    }

        .xmgz ul li i {
            color: red;
            margin-left: 6px;
            font-size: 18px;
            display: inline-block
        }

        .xmgz ul li:nth-child(3) i {
            color: #89af4d
        }

.jmdhbox {
    height: 54px;
    color: #333;
    border-bottom: 1px #ddd solid;
    margin-top: 10px
}

    .jmdhbox p {
        line-height: 22px
    }

    .jmdhbox i {
        color: red;
        font-size: 18px;
        display: inline-block;
        margin-right: 4px;
        font-weight: bold
    }

    .jmdhbox a {
        font-size: 14px;
        display: inline-block;
        margin-right: 4px;
        color: #247aee;
        margin-left: 4px;
        display: inline-block
    }

.intention {
    height: 47px;
    margin-top: 14px
}

    .intention a {
        display: block;
        width: 170px;
        text-align: center;
        font-size: 16px;
        height: 45px;
        line-height: 44px;
        vertical-align: middle;
        color: #fff
    }

        .intention a em {
            background: #d60619;
            display: inline-block;
            margin-left: 5px;
            vertical-align: middle;
            color: #FFF;
            height: 20px;
            line-height: 20px;
            padding: 0 5px
        }

.zxbut {
    float: left;
    color: #FFF;
    background: #ff8201;
    text-align: left;
    border: 1px solid #ff8201;
    margin-right: 14px
}

    .zxbut i {
        font-size: 12px;
        color: #444;
        font-weight: normal;
        background-image: url(../img/ico-current.png);
        background-repeat: no-repeat;
        background-position: 0 -698px;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin: 6px 0 0 0;
        cursor: pointer;
        margin-right: 6px
    }

.zlbut, .hbbut {
    float: left;
    color: #ff8201 !important;
    background: #fff4e0;
    border: 1px solid #ff8201;
    text-align: center
}

.hbbut {
    float: right
}

a.zlbut:hover {
    background: #ff8201;
    color: #fff !important
}

a.hbbut:hover {
    background: #ff8201;
    color: #fff !important
}

.groupbox {
    display: block;
    border-left: 1px solid #dedee8;
    background: url(../img/gsxxico.gif) no-repeat left top;
    width: 300px;
    height: 378px
}

    .groupbox h5 {
        text-align: center;
        padding: 15px 0 15px 0
    }

        .groupbox h5 img {
            display: block;
            margin: 0 auto;
            max-width: 160px;
            max-height: 90px
        }

    .groupbox h6 {
        text-align: center;
        font-weight: normal;
        font-size: 14px;
        line-height: 200%;
        color: #00a9e1;
        padding: 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .groupbox h6 a {
            color: #00a9e1
        }

.groupp {
    border-bottom: 1px #ddd solid;
    width: 218px;
    margin: 0 auto;
    padding-bottom: 6px
}

.groupbox p {
    font-size: 12px;
    line-height: 200%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .groupbox p b {
        font-weight: normal;
        color: #999;
        margin-right: 10px
    }

.groupbox dl {
    margin-top: 10px;
    border-top: 1px dashed #DDD
}

.groupbox dd {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 15px 0
}

    .groupbox dd i.iconfont {
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        line-height: 48px;
        color: #FFF;
        font-size: 26px;
        margin-bottom: 5px
    }

    .groupbox dd i.off {
        background: #DDD
    }

.jmpbcpxq .qyrz {
    text-align: center;
    width: 200px;
    margin: auto
}

    .jmpbcpxq .qyrz ul {
        padding: 0 50px;
        width: 200px
    }

    .jmpbcpxq .qyrz li {
        width: 50px;
        float: left;
        margin: 8px 12px 0 0
    }

        .jmpbcpxq .qyrz li a {
            display: block;
            text-align: center
        }

            .jmpbcpxq .qyrz li a i {
                display: block;
                width: 40px;
                height: 44px;
                text-align: center;
                color: #FFF;
                line-height: 40px;
                margin: 5px auto;
                font-size: 32px
            }

                .jmpbcpxq .qyrz li a i.icofont1 {
                    background: url(../img/ico-current.png) no-repeat 0 -728px
                }

                .jmpbcpxq .qyrz li a i.icofont2 {
                    background: url(../img/ico-current.png) no-repeat -67px -728px
                }

                .jmpbcpxq .qyrz li a i.icofont3 {
                    background: url(../img/ico-current.png) no-repeat -132px -728px
                }

                .jmpbcpxq .qyrz li a i.icofont4 {
                    background: url(../img/ico-current.png) no-repeat -132px -822px
                }

.fxbox {
    width: 190px;
    margin: 0 auto;
    padding-top: 10px
}

.jmxqleft {
    width: 886px;
    margin-top: 10px
}

.jmxq {
    border: 1px #ddd solid
}

.jmxqTxt {
    padding: 10px 30px 20px 30px;
    vertical-align: middle;
    text-align: center
}

    .jmxqTxt h1, .jmxqTxt h2, .jmxqTxt h3, .jmxqTxt h4, .jmxqTxt h5, .jmxqTxt h6, .jmxqTxt h3 strong {
        font-size: 18px;
        color: #ff8201;
        line-height: 44px;
        font-weight: normal;
        margin-bottom: 4px;
        text-align: left;
        font-weight: bold
    }

    .jmxqTxt img {
        text-align: center;
        margin: 4px auto;
        vertical-align: middle;
        max-width: 663px
    }

    .jmxqTxt p {
        font-size: 15px;
        color: #555;
        line-height: 30px;
        text-indent: 2em;
        word-wrap: break-word;
        word-break: normal;
        text-align: left
    }

.consultation {
    border: 2px solid #ff8201;
    margin-top: 15px;
    border-bottom: 0
}

.consultationtit {
    background: #ff8201;
    height: 50px;
    padding: 0 20px;
    line-height: 50px
}

    .consultationtit h4 {
        font-size: 24px;
        color: #FFF;
        background: 0;
        border: 0
    }

        .consultationtit h4 em {
            font-size: 14px;
            margin-left: 10px;
            font-weight: normal;
            border: 0;
            color: #fff
        }

    .consultationtit p {
        color: #FFF
    }

        .consultationtit p b {
            color: #ffff26;
            padding: 0 5px;
            font-size: 16px
        }

.formbox {
    padding: 20px;
    border: 2px #ff8201 solid;
    border-top: 0
}

    .formbox li {
        float: left;
        width: 50%;
        min-height: 44px;
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 14px
    }

    .formbox .inputtxt {
        width: 180px;
        height: 40px;
        line-height: 40px;
        background: #FFF;
        border: 1px solid #dcdce7;
        padding: 0 3px;
        -webkit-box-shadow: 0 1px 7px #cacad5;
        -moz-box-shadow: 0 1px 7px #cacad5;
        box-shadow: 0 1px 7px #cacad5;
        vertical-align: middle
    }

.optiontxt {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    border: 1px solid #dcdce7;
    padding: 0 6px;
    -webkit-box-shadow: 0 1px 7px #cacad5;
    -moz-box-shadow: 0 1px 7px #cacad5;
    box-shadow: 0 1px 7px #cacad5;
    vertical-align: middle;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    -webkit-appearance: none;
    cursor: pointer
}

.textareatxt {
    width: 350px;
    height: 260px;
    background: #FFF;
    border: 1px solid #dcdce7;
    padding: 2px 6px;
    -webkit-box-shadow: 0 1px 7px #cacad5;
    -moz-box-shadow: 0 1px 7px #cacad5;
    box-shadow: 0 1px 7px #cacad5
}

    .inputtxt:hover, .optiontxt:hover, .textareatxt:hover {
        color: #fe4351;
        border: 1px solid #ff8201;
        -webkit-box-shadow: 0 1px 7px #ff8201;
        -moz-box-shadow: 0 1px 7px #ff8201;
        box-shadow: 0 1px 7px #ff8201
    }

.quick_message {
    border: 2px solid #ff8201;
    height: 260px;
    background: #FFF
}

    .quick_message h4 {
        background: #ff8201;
        color: #FFF;
        font-size: 16px;
        padding: 0 5px;
        height: 35px;
        line-height: 35px;
        text-align: center
    }

    .quick_message dl {
        padding: 5px 10px
    }

    .quick_message dd {
        height: 30px;
        line-height: 30px;
        padding-left: 15px;
        background: url(../img/quick.png) no-repeat left center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

.clause {
    padding-left: 40px;
    line-height: 35px;
    font-size: 14px
}

    .clause a {
        color: #fe4351
    }

.lytj {
    font-size: 16px;
    text-align: center;
    height: 40px;
    width: 200px;
    line-height: 40px;
    background: #ff8201;
    border: 0;
    cursor: pointer;
    margin-left: 40px;
    color: #FFF
}

    .lytj:hover {
        background: #fe0114
    }

.sqzl {
    background: #f5f5f5;
    border: 1px solid #CCC;
    color: #999;
    height: 40px;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px
}

    .sqzl:hover {
        background: #EEE
    }

.messagebox {
    margin-top: 20px
}

.messagetit {
    height: 45px;
    background: #f5f5f5;
    border: 1px solid #dedee8;
    position: relative
}

    .messagetit h4 {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        font-weight: normal;
        color: #e63f4d
    }

        .messagetit h4 em {
            display: block;
            padding: 0 25px;
            position: absolute;
            height: 45px;
            line-height: 45px;
            background: #FFF;
            border-top: 2px solid #e63f4d;
            border-right: 1px solid #dedee8;
            left: 0;
            top: -1px
        }

    .messagetit span.y {
        padding: 5px 10px;
        display: block
    }

        .messagetit span.y a {
            float: left
        }

#but_up {
    display: block;
    text-align: center;
    background: #FFF;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 18px
}

#but_down {
    display: block;
    text-align: center;
    background: #FFF;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 18px
}

.allly {
    display: inline-block;
    font-family: simsun;
    line-height: 35px;
    font-size: 12px;
    margin-left: 10px;
    padding-right: 10px;
    color: #fe4351
}

.message {
    border: 1px solid #dedee8;
    border-top: 0
}

.messagescroll {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    background: #FFF url(../img/nomessage.jpg) no-repeat center center
}

.message ul {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    background: #FFF url(../img/nomessage.jpg) no-repeat center center
}

.message li {
    padding: 20px;
    border-bottom: 1px solid #dedee8;
    background: #FFF
}

    .message li .z {
        width: 70px;
        text-align: center
    }

        .message li .z b {
            display: block;
            text-align: center;
            line-height: 30px
        }

    .message li .y {
        width: 84%;
        position: relative
    }

.source {
    font-size: 18px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px
}

.message li a {
    color: #333;
    text-decoration: none
}

    .message li a:hover {
        text-decoration: underline
    }

.message li i.figure {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 4em;
    text-align: center;
    color: #CCC;
    line-height: 90px;
    background: #f7f7f7;
    display: table-cell;
    +display:block;
    vertical-align: middle
}

    .message li i.figure img {
        max-width: 70px;
        max-height: 70px;
        border: 0;
        display: block;
        margin: auto
    }

.message li h5 {
    color: #999;
    font-size: 12px;
    font-weight: normal
}

    .message li h5 b {
        color: #13aedb;
        margin-right: 20px;
        font-weight: normal
    }

.ckdhbut {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #FFF;
    background: #82c95f
}

    .ckdhbut i {
        margin-right: 5px;
        font-size: 16px;
        float: left;
        height: 26px;
        line-height: 26px
    }

    .ckdhbut:hover {
        background: #fe0114;
        color: #FFF
    }

.companybox {
    padding: 20px 5px
}

    .companybox dt {
        width: 25%;
        float: left;
        text-align: right;
        color: #999;
        line-height: 30px;
        font-size: 14px
    }

    .companybox dd {
        width: 74%;
        float: left;
        text-align: left;
        line-height: 30px;
        font-size: 14px
    }

@media screen and (max-width:1280px) {
    .inputtxt {
        width: 120px;
        font-size: 12px
    }

    .optiontxt {
        width: 80px;
        font-size: 12px
    }

    .textareatxt {
        width: 250px;
        font-size: 12px
    }
}

.jmxqright {
    width: 300px;
    margin-top: 10px
}

.xgxmbox {
    border: 1px #ddd solid;
    height: 378px
}

    .xgxmbox ul {
        padding: 10px
    }

    .xgxmbox li {
        width: 46%;
        float: left;
        margin: 1% 2%
    }

        .xgxmbox li a {
            display: block;
            height: 150px
        }

            .xgxmbox li a .relatedimg {
                width: 120px;
                height: 90px;
                border: 1px #e2e2e2 solid;
                display: table-cell;
                +display:block;
                vertical-align: middle;
                margin: 0 auto;
                background: #FFF
            }

                .xgxmbox li a .relatedimg img {
                    border: 0;
                    max-width: 118px;
                    max-height: 88px;
                    display: block;
                    margin: auto
                }

            .xgxmbox li a b {
                display: block;
                margin-top: 5px;
                font-weight: normal;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

            .xgxmbox li a em {
                color: #d60619;
                display: block
            }

            .xgxmbox li a i {
                color: #737384;
                display: block
            }

.yyzzico {
    background: #ff8a15
}

.xmrzico {
    background: #24bb8a
}

.qyico {
    background: #00a9e1
}

.xgxmggw {
    margin-top: 10px;
    width: 300px;
    height: 200px
}

    .xgxmggw img {
        width: 300px;
        height: 200px
    }

.xqrmss {
    margin-top: 10px;
    border: 1px #ddd solid
}

.zxrzpb {
    margin-top: 10px;
    border: 1px #ddd solid
}

    .zxrzpb dl {
        height: 60px;
        border-bottom: 1px dotted #DDD;
        padding: 10px 10px 0 10px
    }

        .zxrzpb dl:last-child {
            border: 0
        }

    .zxrzpb dt {
        float: left;
        width: 72px;
        height: 60px
    }

        .zxrzpb dt a {
            width: 70px;
            height: 50px;
            line-height: 50px;
            background: #FFF;
            border: 1px solid #EEE;
            display: table-cell;
            vertical-align: middle;
            overflow: hidden
        }

            .zxrzpb dt a img {
                display: block;
                max-width: 70px;
                max-height: 50px;
                margin: auto
            }

    .zxrzpb dd {
        float: right;
        width: 194px;
        text-align: left;
        padding-top: 4px
    }

        .zxrzpb dd h5 {
            display: block;
            font-size: 14px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 5px
        }

            .zxrzpb dd h5 a {
                color: #0059ab
            }

        .zxrzpb dd p {
            color: #999;
            height: 19px;
            line-height: 19px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .zxrzpb dd p em {
                margin-right: 5px;
                height: 16px;
                float: left
            }

.gold {
    background-image: url(../img/headbg2016.png);
    background-repeat: no-repeat;
    background-position: 0 -443px;
    height: 16px;
    width: 27px;
    display: inline-block
}

.xgdbggw {
    margin-top: 10px;
    width: 300px;
    height: 190px
}

    .xgdbggw img {
        width: 300px;
        height: 190px
    }

.xqtjjm {
    position: relative;
    height: 284px;
    overflow: hidden;
    border: 1px solid #e1e1e1
}

    .xqtjjm .bd {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden
    }

        .xqtjjm .bd ul li p {
            position: absolute;
            left: 0;
            bottom: 0;
            background: #000;
            opacity: .7;
            width: 100%;
            height: 42px;
            line-height: 42px;
            font-size: 14px;
            color: #fff;
            padding-left: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .xqtjjm .bd ul li .pic {
            width: 260px;
            height: 240px;
            overflow: hidden;
            text-align: center
        }

            .xqtjjm .bd ul li .pic a {
                width: 300px;
                height: 240px;
                overflow: hidden;
                display: table-cell;
                vertical-align: middle;
                text-align: center
            }

        .xqtjjm .bd img {
            max-width: 260px;
            max-height: 240px;
            display: block;
            margin: auto
        }

    .xqtjjm .hd {
        position: relative;
        top: 248px;
        margin-left: 4px
    }

        .xqtjjm .hd ul {
            text-align: center
        }

        .xqtjjm .hd li {
            position: relative;
            float: left;
            display: inline;
            overflow: hidden;
            margin-right: 1px
        }

        .xqtjjm .hd a {
            display: block;
            width: 40px;
            height: 26px;
            color: #a9a9a7
        }

        .xqtjjm .hd img {
            width: 37px;
            height: 24px;
            border: 1px #ddd solid
        }

    .xqtjjm .hoverBg {
        position: absolute;
        left: 0;
        top: -8px;
        width: 38px;
        height: 40px;
        background: url(../img/ico-current.png) no-repeat -1px -164px;
        cursor: pointer;
        z-index: 2
    }

.xqxmbox {
    margin-top: 6px;
    border: 1px solid #ddd;
    margin-bottom: 40px
}

    .xqxmbox .in_brand2 {
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        padding: 30px 0;
        height: 90px
    }

    .xqxmbox .left_focus_pic img {
        height: auto;
        display: block
    }

    .xqxmbox .in_brand2 .left_focus_pic {
        overflow: hidden;
        position: relative
    }

        .xqxmbox .in_brand2 .left_focus_pic li {
            float: left;
            height: 120px;
            overflow: hidden;
            position: relative;
            margin-left: 10px;
            width: 160px
        }

            .xqxmbox .in_brand2 .left_focus_pic li div {
                width: 160px;
                height: 75px;
                overflow: hidden
            }

            .xqxmbox .in_brand2 .left_focus_pic li p {
                text-align: center;
                line-height: 30px
            }

            .xqxmbox .in_brand2 .left_focus_pic li div a {
                width: 160px;
                height: 75px;
                overflow: hidden;
                display: table-cell;
                vertical-align: middle;
                text-align: center
            }

                .xqxmbox .in_brand2 .left_focus_pic li div a img {
                    display: block;
                    position: relative;
                    width: 160px
                }

    .xqxmbox .in_brand2 .left_focus_btnl {
        width: 20px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 56%;
        margin-top: -25px;
        text-align: center;
        background: #333;
        background: rgba(3,3,3,0.7);
        overflow: hidden;
        color: #FFF;
        font-family: simsun;
        font-size: 20px;
        line-height: 40px
    }

    .xqxmbox .in_brand2 .left_focus_btnr {
        width: 20px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 56%;
        margin-top: -25px;
        text-align: center;
        background: #333;
        background: rgba(3,3,3,0.7);
        overflow: hidden;
        color: #FFF;
        font-family: simsun;
        font-size: 20px;
        line-height: 40px
    }

    .xqxmbox .brand_marquee h4 a.y {
        display: inline-block;
        width: 70px;
        text-align: center;
        height: 22px;
        line-height: 22px;
        margin-top: 8px;
        font-size: 12px;
        border: 1px solid #fc4;
        background: #fef49c;
        color: #97350b
    }

.vertical {
    width: 240px;
    line-height: 30px;
    margin: 10px auto 10px auto
}

.xzlm h3 {
    float: left;
    width: 70px;
    text-align: right;
    font-weight: normal;
    margin-right: 6px;
    font-size: 13px;
    color: #444
}

.vertical select {
    width: 160px;
    height: 30px;
    border: 1px #ddd solid;
    margin: 0 auto 8px auto;
    padding-left: 4px;
    color: #999
}

    .vertical select:hover {
        border: 1px #f1890a solid
    }

.jmymss .ksssbtn {
    background: #f1890a;
    display: block;
    text-align: center;
    width: 240px;
    cursor: pointer;
    border: 0;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    margin-top: 2px;
    font-size: 16px;
    margin-bottom: 10px
}

    .jmymss .ksssbtn:hover {
        background: #f60
    }

.gjzbox h3 {
    float: left;
    width: 70px;
    text-align: right;
    font-weight: normal;
    margin-right: 6px;
    font-size: 12px;
    color: #444
}

.gjzbox input {
    width: 154px;
    height: 30px;
    border: 1px #ddd solid;
    margin: 0 auto 10px auto;
    padding-left: 4px;
    color: #999
}

.zsjmjs {
    width: 246px;
    margin: 10px 10px 10px 0
}

.businessSort {
    border: 1px solid #f38604;
    line-height: 24px;
    overflow: hidden;
    height: 506px
}

    .businessSort dt {
        display: block;
        padding-left: 15px;
        height: 35px;
        background-color: #fffbe1;
        color: #f38604;
        font: bold 16px/34px "Microsoft YaHei";
        overflow: hidden
    }

    .businessSort dd {
        margin: 10px 5px 8px 15px;
        overflow: hidden
    }

        .businessSort dd a {
            float: left;
            height: 30px;
            line-height: 30px;
            padding-right: 10px;
            color: #666;
            white-space: nowrap;
            overflow: hidden;
            font-size: 15px
        }

            .businessSort dd a:hover {
                color: #f38604
            }

.servicehot .hotLine em {
    display: block;
    color: #f38604;
    font-size: 18px;
    font-weight: bold
}

.servicehot .hotLine i {
    font-size: 14px
}

.servicehot .hotLine_btn a {
    display: block;
    width: 95px;
    height: 24px;
    line-height: 24px;
    padding-left: 37px;
    margin: 5px 0 5px 50px;
    color: #FFF;
    background: url(../img/business.png) no-repeat 0 -56px;
    overflow: hidden;
    zoom: 1
}

    .servicehot .hotLine_btn a:hover {
        line-height: 26px;
        color: #FFF;
        text-decoration: none;
        background-position: 0 -81px
    }

.bsTit {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    text-align: right
}

    .bsTit h2 {
        float: left;
        font: 16px/32px Microsoft YaHei;
        color: #b10000
    }

    .bsTit a {
        color: #666
    }

.bs_hotbrand {
    width: 979px;
    border-left: 1px solid #f0e1c2;
    overflow: hidden
}

    .bs_hotbrand li {
        float: left;
        width: 195px;
        text-align: center;
        border-right: 1px solid #f0e1c2;
        border-bottom: 1px solid #f0e1c2;
        overflow: hidden
    }

    .bs_hotbrand .ls {
        width: 194px
    }

    .bs_hotbrand li a {
        display: inline-block;
        width: 182px;
        height: 125px;
        padding: 6px 6px 0 7px;
        color: #666
    }

    .bs_hotbrand li .name {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 12px
    }

    .bs_hotbrand li a:hover {
        background-color: #fff8e5;
        color: #ea2e24;
        text-decoration: none
    }

    .bs_hotbrand li img {
        display: block;
        width: 180px;
        height: 90px;
        border: 1px solid #FFF
    }

.w254 {
    margin-top: 6px
}

.servicehot {
    height: 92px;
    padding: 0 10px;
    line-height: 16px;
    border: 1px solid #ddd;
    color: #5c575b;
    overflow: hidden
}

    .servicehot ul li {
        font-size: 12px;
        color: #999;
        line-height: 18px
    }

    .servicehot .hotLine {
        height: 50px;
        padding: 0 0 0 40px;
        color: #666;
        font: 15px/22px Microsoft YaHei;
        background: url(../img/business.png) no-repeat -223px -17px;
        overflow: hidden
    }

    .servicehot .hotLine_btn a {
        display: block;
        width: 95px;
        height: 24px;
        line-height: 24px;
        padding-left: 37px;
        margin: 5px 0 5px 50px;
        color: #FFF;
        background: url(../img/business.png) no-repeat 0 -56px;
        overflow: hidden;
        zoom: 1
    }

.jmGg {
    width: 258px;
    height: 218px;
    border: 1px #ddd solid;
    margin-top: 10px;
    position: relative
}

    .jmGg img {
        width: 258px;
        height: auto
    }

.bwScroll {
    overflow: hidden;
    position: relative;
    height: 218px;
    border: 1px solid #DDD;
    background: #FFF;
    margin-top: 10px
}

    .bwScroll .hd {
        overflow: hidden;
        height: 40px
    }

        .bwScroll .hd .prev, .bwScroll .hd .next {
            display: block;
            font-size: 14px;
            background: #FFF;
            border: 1px solid #EEE;
            width: 20px;
            height: 18px;
            line-height: 16px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
            color: #f38604;
            font-family: SimSun;
            text-align: center
        }

        .bwScroll .hd .prevStop {
            color: #CCC
        }

        .bwScroll .hd .nextStop {
            color: #CCC
        }

        .bwScroll .hd .pageState {
            float: right;
            height: 40px;
            line-height: 40px;
            padding: 0 5px;
            color: #999
        }

        .bwScroll .hd h4 {
            text-align: left;
            font-size: 18px;
            color: #F00;
            line-height: 40px;
            font-weight: normal
        }

            .bwScroll .hd h4 a {
                font-size: 12px;
                margin-left: 15px
            }

        .bwScroll .hd ul {
            float: right;
            overflow: hidden;
            zoom: 1;
            margin-top: 15px;
            zoom: 1
        }

            .bwScroll .hd ul li {
                float: left;
                width: 10px;
                height: 10px;
                overflow: hidden;
                margin-right: 5px;
                text-indent: -999px;
                cursor: pointer;
                background: #DDD;
                -moz-border-radius: 1000px;
                -webkit-border-radius: 1000px;
                border-radius: 1000px
            }

                .bwScroll .hd ul li.on {
                    background: #f38604
                }

    .bwScroll .bd {
        padding: 15px 10px
    }

        .bwScroll .bd ul {
            overflow: hidden;
            zoom: 1
        }

            .bwScroll .bd ul li {
                margin-right: 4px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center
            }

                .bwScroll .bd ul li .pic {
                    margin: 0 auto;
                    border: 1px solid #DDD;
                    width: 120px;
                    height: 100px;
                    text-align: center
                }

                    .bwScroll .bd ul li .pic a {
                        width: 120px;
                        height: 100px;
                        overflow: hidden;
                        display: table-cell;
                        vertical-align: middle
                    }

                    .bwScroll .bd ul li .pic img {
                        width: 100px;
                        padding: 2px;
                        vertical-align: middle;
                        height: auto
                    }

                    .bwScroll .bd ul li .pic a:hover img {
                        border-color: #f38604
                    }

                .bwScroll .bd ul li h5 {
                    line-height: 24px;
                    height: 24px;
                    width: 126px;
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-size: 15px
                }

                .bwScroll .bd ul li p {
                    width: 126px;
                    line-height: 24px;
                    font-size: 12px;
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

                    .bwScroll .bd ul li p a {
                        color: #999
                    }

.adico {
    position: absolute;
    display: block;
    background: url(../img/ad_new.png) no-repeat center center;
    font-size: 11px;
    color: #FFF;
    right: 3px;
    bottom: 3px;
    text-align: center;
    width: 24px;
    height: 14px;
    line-height: 14px;
    z-index: 88;
    overflow: hidden;
    text-indent: 100px
}

#messlist {
    margin-bottom: 10px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px
}

.banlisttop {
    text-align: left
}

    .banlisttop h4 {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        color: #ff8201;
        font-size: 20px;
        font-weight: normal;
        background: #fff;
        border-bottom: 2px #ff8201 solid
    }

        .banlisttop h4 i {
            font-size: 16px;
            color: #545454
        }

        .banlisttop h4 span {
            font-size: 15px;
            height: 36px;
            line-height: 36px
        }

            .banlisttop h4 span a {
                color: #333
            }

                .banlisttop h4 span a:hover {
                    color: #ff8201
                }

#messlist .messlistbom {
    padding: 10px
}

.messlist {
    width: 100%;
    border-top: 1px #ccc dotted;
    margin-top: 10px;
    height: auto;
    display: table;
    min-height: 70px;
    padding-top: 8px;
    padding-bottom: 8px
}

.messlistmess {
    height: auto;
    min-height: 70px;
    width: 100%;
    position: relative
}

.messlistpic {
    position: absolute;
    left: 0;
    top: 0
}

    .messlistpic img {
        width: 70px;
        height: 70px
    }

.messlistinfo {
    display: block;
    min-height: 30px;
    padding-left: 80px
}

.messlistinfotit {
    height: 24px;
    text-align: right;
    font-size: 12px;
    color: #999
}

    .messlistinfotit div {
        float: left
    }

        .messlistinfotit div span {
            color: #d81010;
            font-weight: bold
        }

.messlistinfobom {
    font-size: 14px;
    line-height: 180%;
    min-height: 30px;
    clear: both;
    border-bottom: 1px dotted #CCC
}

.messlistmessback {
    border: 1px solid #FC6;
    margin-top: 10px;
    margin-left: 80px;
    line-height: 180%;
    font-size: 14px;
    color: #333;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background: #ffffe7 url(../img/messback.gif) no-repeat 5px center;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

    .messlistmessback span {
        font-weight: bold
    }

.lybkbox h4 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding: 0 10px;
    border-bottom: 1px solid #DDD;
    background: #f8f8f8
}

    .lybkbox h4 a.y {
        font-family: SimSun;
        color: #999;
        font-size: 12px;
        line-height: 38px
    }

    .lybkbox h4 a:hover {
        color: red
    }

    .lybkbox h4 em {
        display: inline-block;
        height: 38px;
        padding: 0 10px;
        line-height: 38px;
        border-bottom: 2px solid #f38604;
        color: #f38604
    }

    .lybkbox h4 a.y i {
        width: 18px;
        height: 20px;
        background: url(../img/ico-join.png) no-repeat 0 -56px;
        display: inline-block;
        margin-right: 4px
    }

.zjlybox {
    border: 1px #ddd solid;
    width: 390px;
    height: 500px;
    overflow: hidden;
    margin-right: 10px
}

.messagebox {
    margin-top: 10px;
    border: 1px solid #DDD
}

.messagez {
    float: left;
    width: 25%;
    height: 490px;
    border-right: 1px solid #DDD
}

.messager {
    border: 1px #ddd solid;
    width: 390px;
    height: 500px;
    overflow: hidden
}

.messagebox h3 {
    display: block;
    padding: 0 10px;
    font-size: 18px;
    line-height: 35px;
    color: #444;
    font-weight: normal;
    font-family: Arial,'Microsoft YaHei',simsun,Helvetica,sans-serif
}

    .messagebox h3 a {
        color: #444
    }

        .messagebox h3 a.y {
            font-family: simsun;
            font-size: 12px;
            color: #F00
        }

        .messagebox h3 a:hover {
            color: #cb1f27
        }

    .messagebox h3 em {
        font-size: 12px;
        margin-left: 10px;
        font-weight: normal;
        color: #b8b8b8
    }

#message {
    height: 450px;
    overflow: hidden;
    position: relative
}

    #message li {
        height: 90px;
        padding: 0 10px;
        vertical-align: bottom;
        zoom: 1;
        border-top: 1px solid #DDD
    }

        #message li h5 {
            color: #777;
            line-height: 22px;
            margin-top: 10px;
            font-weight: normal
        }

            #message li h5 b {
                color: #333;
                margin-right: 5px;
                font-size: 14px
            }

            #message li h5 i {
                color: #FFF;
                float: right;
                background: #63dca6;
                font-weight: normal;
                padding: 0 3px
            }

            #message li h5 a {
                color: #F00;
                text-decoration: none;
                margin-left: 10px
            }

                #message li h5 a:hover {
                    color: #f00;
                    text-decoration: underline
                }

        #message li h6 {
            font-weight: normal;
            color: #777;
            margin-top: 10px
        }

            #message li h6 i {
                margin-left: 5px;
                color: #777
            }

            #message li h6 em {
                float: right;
                color: #CCC
            }

        #message li p {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 12px;
            line-height: 24px
        }

#but_up, #but_down {
    font-size: 15px;
    position: absolute;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 24px;
    background: rgba(255,255,255,0.5);
    color: #b8b8b8;
    text-align: center;
    line-height: 20px
}

#but_up {
    top: 1px
}

#but_down {
    bottom: 1px
}

    #but_up:hover, #but_down:hover {
        background: rgba(50,50,50,0.8);
        color: #CCC
    }

#but_up i {
    width: 16px;
    height: 10px;
    background: url(../img/ico-join.png) no-repeat 0 0;
    display: inline-block
}

#but_down i {
    width: 16px;
    height: 10px;
    background: url(../img/ico-join.png) no-repeat 0 -19px;
    display: inline-block
}

.zthdBox {
    width: 394px;
    border: solid 1px #DDD;
    font-family: Arial;
    margin-right: 8px;
    height: 481px;
    height: 500px
}

    .zthdBox h3 {
        height: 44px;
        line-height: 44px;
        border-bottom: solid 1px #ccc;
        padding-left: 10px;
        color: #333;
        font-size: 15px;
        font-weight: normal;
        color: #ff7f14
    }

        .zthdBox h3 a {
            font-size: 12px;
            line-height: 44px;
            font-family: SimSun;
            padding-right: 10px;
            color: #999
        }

        .zthdBox h3 em {
            padding: 0 10px;
            display: inline-block;
            height: 44px;
            line-height: 44px;
            font-weight: normal;
            font-size: 16px;
            color: #ff7f14
        }

    .zthdBox ul {
        margin: 10px 20px 0 14px;
        zoom: 1
    }



        .zthdBox ul li {
            position: relative;
            height: 28px;
            line-height: 28px;
            display: inline-block;
            width: 365px;
            background-image: url(../img/ico_arrow.gif);
            background-repeat: no-repeat;
            background-position: 0 10px;
            padding-left: 10px;
            overflow: hidden;
        }

            .zthdBox ul li .nleft {
                clear: both;
                height: 30px;
                overflow: hidden;
                display: inline-block;
                width: 290px;
                float: left;
            }

                .zthdBox ul li .nleft a {
                    font-size: 14px;
                }

            .zthdBox ul li .nright {
                font-size: 14px;
                color: #b8b8b8;
                float: right;
                width: 45px;
            }

            .zthdBox ul li .nleft img {
                width: 160px;
                vertical-align: middle
            }

            .zthdBox ul li .nleft a:hover img {
                filter: alpha(opacity=80);
                -moz-opacity: .8;
                opacity: .8
            }

    .zthdBox .pic_r {
        position: absolute;
        top: 0;
        line-height: 24px;
        width: 430px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        .zthdBox .pic_r em {
            color: red;
            display: block;
            font-style: normal;
            font-size: 15px;
            line-height: 30px
        }

    .zthdBox .on .pic_r em {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .zthdBox .pic_r em a {
        border: none !important;
        height: auto !important;
        color: red
    }

    .zthdBox .pic_r div.txt {
        font-style: normal;
        display: block;
        height: auto;
        overflow: hidden;
        color: #999;
        text-overflow: ellipsis;
        overflow: hidden
    }

        .zthdBox .pic_r div.txt i {
            width: 15px;
            height: 15px;
            background: #17a3fb;
            color: #fff;
            line-height: 15px;
            padding: 0 2px;
            margin-right: 4px
        }



    .zthdBox .dis_pi {
        display: none
    }

    .zthdBox ul .last {
        border-bottom: 0
    }

    .zthdBox .on {
        height: 64px;
        position: relative;
        line-height: 30px;
        border-bottom: 1px solid #ccc;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

        .zthdBox .on:last-child {
            border-bottom: 1px solid #fff
        }

        .zthdBox .on p, .zthdBox .on .data {
            display: none
        }

        .zthdBox .on .dis_pi {
            display: block
        }

            .zthdBox .on .dis_pi a {
                width: 160px;
                height: 112px;
                display: table-cell;
                overflow: hidden;
                vertical-align: middle;
                border: 1px #ddd solid
            }

.cjtwbox {
    border-top: 1px #ddd solid;
    width: 370px;
    margin: 0 auto
}

    .cjtwbox .textareatxt {
        width: 356px;
        height: 70px;
        background: #FFF;
        border: 1px solid #dcdce7;
        padding: 2px 6px;
        -webkit-box-shadow: 0 1px 7px #cacad5;
        -moz-box-shadow: 0 1px 7px #cacad5;
        box-shadow: 0 1px 7px #cacad5;
        margin-top: 15px
    }

    .cjtwbox .codebox {
        line-height: 34px;
        margin-top: 16px
    }

        .cjtwbox .codebox h6 {
            float: left;
            color: #333;
            width: 60px;
            text-align: right;
            margin-right: 5px;
            font-weight: normal
        }

.codebox h6 i {
    color: red;
    margin: 0 2px
}

.codebox input {
    width: 76px;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
    float: left
}

.codebox .inputCode {
    margin-right: 10px
}

.codebox img {
    display: block;
    float: left;
    margin-right: 10px
}

.codebox span {
    float: left
}

    .codebox span a {
        color: #17a3fb
    }

.codebox .submit {
    float: right;
    background: #f38605;
    color: #fff;
    border: 1px #f38605 solid;
    height: 32px;
    font-size: 15px;
    cursor: pointer
}

    .codebox .submit:hover {
        background: #f60
    }

#fbmessage {
    height: 502px;
    overflow: hidden;
    position: relative
}

    #fbmessage li {
        height: 65px;
        padding: 0 10px;
        vertical-align: bottom;
        zoom: 1;
        border-top: 1px solid #DDD
    }

        #fbmessage li h5 {
            color: #b8b8b8;
            line-height: 22px;
            margin-top: 10px;
            font-weight: normal
        }

            #fbmessage li h5 b {
                color: #444;
                margin-right: 5px;
                font-size: 14px
            }

            #fbmessage li h5 i {
                color: #b8b8b8;
                text-decoration: none;
                margin-left: 10px
            }

            #fbmessage li h5 a {
                color: #F63;
                float: right;
                border: 1px solid #F63;
                font-weight: normal;
                padding: 0 5px;
                font-size: 12px;
                font-family: simsun
            }

                #fbmessage li h5 a:hover {
                    color: #FFF;
                    background: #F63
                }

        #fbmessage li p {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 12px;
            line-height: 30px;
            margin-top: 2px
        }

            #fbmessage li p i {
                width: 16px;
                height: 14px;
                background: url(../img/ico-join.png) no-repeat 0 -38px;
                display: inline-block;
                margin-right: 4px
            }

.zchy {
    height: 70px
}

    .zchy img {
        width: 100%;
        height: 70px
    }

.xqbox h4 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding: 0 10px;
    border-bottom: 1px solid #DDD;
    background: #f8f8f8
}

    .xqbox h4 a.y {
        font-family: SimSun;
        color: #999;
        font-size: 12px;
        line-height: 38px
    }

    .xqbox h4 a:hover {
        color: red
    }

    .xqbox h4 em {
        display: inline-block;
        height: 38px;
        padding: 0 10px;
        line-height: 38px;
        border-bottom: 2px solid #f38604
    }

    .xqbox h4 a.y i {
        width: 18px;
        height: 20px;
        background: url(../img/ico-join.png) no-repeat 0 -56px;
        display: inline-block;
        margin-right: 4px
    }

.xqfbbox {
    border: 1px #ddd solid;
    width: 570px;
    height: 609px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0 0 30px 0
}

    .xqfbbox .tips {
        width: 478px;
        height: 55px;
        margin: 34px 0 0 22px
    }

        .xqfbbox .tips span {
            color: #c50c22
        }

.xqfbFrom {
    width: 403px;
    margin: 0 auto
}

.xqfbFromList {
    margin-bottom: 10px
}

    .xqfbFromList h5 {
        float: left;
        width: 80px;
        font-size: 13px;
        line-height: 32px;
        text-align: right;
        margin-right: 15px;
        font-weight: normal
    }

        .xqfbFromList h5 i {
            color: red;
            margin-right: 2px
        }

    .xqfbFromList .xqfbFromInput {
        float: left
    }

        .xqfbFromList .xqfbFromInput input {
            width: 220px;
            height: 32px;
            padding-left: 5px;
            border: 1px #999 solid
        }

        .xqfbFromList .xqfbFromInput .province {
            width: 111px;
            height: 32px;
            padding-left: 5px;
            border: 1px #999 solid
        }

        .xqfbFromList .xqfbFromInput .money {
            width: 140px;
            height: 32px;
            padding-left: 5px;
            border: 1px #999 solid
        }

        .xqfbFromList .xqfbFromInput .textarea {
            width: 280px;
            height: 110px
        }

        .xqfbFromList .xqfbFromInput input.code {
            width: 126px;
            height: 32px;
            padding-left: 5px;
            border: 1px #999 solid;
            float: left;
            margin-right: 6px
        }

        .xqfbFromList .xqfbFromInput img {
            border: 1px #333 solid;
            height: 32px
        }

.xqfbBtn {
    margin: 0 0 20px 88px
}

    .xqfbBtn input {
        width: 110px;
        height: 34px;
        line-height: 34px;
        color: #FFF;
        display: block;
        text-align: center;
        cursor: pointer;
        border: 0;
        border-radius: 4px;
        font-size: 16px;
        margin: 4px 6px;
        float: left
    }

    .xqfbBtn .submit {
        background: #f38604
    }

        .xqfbBtn .submit:hover {
            background: #f60
        }

    .xqfbBtn .reset {
        background: #17a3fb
    }

        .xqfbBtn .reset:hover {
            background: #0786d6
        }

.wntjbox {
    border: 1px #ddd solid;
    width: 614px;
    height: auto;
    overflow: hidden
}

.wntj {
    float: left;
    margin-bottom: 20px
}

    .wntj ul {
        margin: 10px 0 0 12px
    }

    .wntj li {
        width: 108px;
        height: 130px;
        border: 1px solid #ddd;
        background-color: #fff;
        float: left;
        margin-left: 7px;
        margin-top: 10px
    }

        .wntj li img {
            text-align: center;
            padding: 5px 0 0 5px
        }

        .wntj li p {
            text-align: center
        }

    .wntj .red {
        color: #c50c22
    }

.list {
    width: 1200px;
    height: 660px;
    margin: 20px auto 60px auto
}

.list_title {
    width: 1200px;
    height: 60px
}

    .list_title ul {
        background-color: #e5e5e5;
        width: 1200px;
        height: 60px
    }

    .list_title li {
        float: left;
        color: #404040;
        font-size: 16px;
        text-align: center;
        line-height: 60px;
        font-weight: bold
    }

.list_time {
    width: 140px
}

.list_name {
    width: 140px
}

.list_tel {
    width: 170px
}

.list_detail {
    width: 470px
}

.list_area {
    width: 140px
}

.list_money {
    width: 140px
}

.list_work {
    width: 180px
}

.list_main {
    width: 1200px;
    height: 600px
}

    .list_main ul {
        width: 1200px;
        height: 60px
    }

    .list_main li {
        float: left;
        color: #404040;
        font-size: 14px;
        text-align: center;
        line-height: 60px
    }

.newqybj-top {
    overflow: hidden;
    height: position:relative
}

    .newqybj-top .bd {
        padding: 0
    }

    .newqybj-top .infoList li {
        height: 56px;
        border-bottom: 1px solid #DDD;
        clear: both
    }

        .newqybj-top .infoList li div {
            font-size: 15px;
            float: left;
            color: #404040;
            font-size: 14px;
            text-align: left;
            line-height: 56px;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .newqybj-top .infoList li .date {
            width: 140px
        }

        .newqybj-top .infoList li .name {
            width: 140px
        }

        .newqybj-top .infoList li .iphone {
            width: 170px
        }

        .newqybj-top .infoList li .area {
            width: 140px
        }

        .newqybj-top .infoList li .money {
            width: 140px
        }

        .newqybj-top .infoList li .industry {
            width: 140px
        }

        .newqybj-top .infoList li:hover {
            background: #
        }

.qybjboxtit h4 {
    background: 0;
    border-bottom: 0;
    font-weight: bold
}

.advbox {
    margin: 0 auto;
    position: relative
}

    .advbox img {
        margin: 0 auto;
        width: 100%;
        display: block
    }

    .advbox .dt_small {
        width: 100%;
        height: 70px;
        position: relative
    }

        .advbox .dt_small a {
            height: 70px;
            display: block;
            position: relative
        }

            .advbox .dt_small a img {
                height: 70px;
                display: block
            }

    .advbox .dt_big {
        width: 100%;
        position: relative
    }

        .advbox .dt_big a {
            height: 300px;
            display: block;
            position: relative
        }

    .advbox .dt_toBig {
        background: url("public_showTL_1201.png") no-repeat center;
        top: 5px;
        width: 49px;
        height: 21px;
        right: 5px;
        position: absolute;
        z-index: 10;
        cursor: pointer
    }

    .advbox .dt_toSmall {
        background: url("public_closeTL_1201.png") no-repeat center;
        top: 5px;
        width: 49px;
        height: 21px;
        right: 5px;
        position: absolute;
        z-index: 10;
        cursor: pointer
    }

.brandwrap {
    background: #FFF;
    padding-top: 5px
}

.brandnav {
    display: block;
    height: 45px
}

    .brandnav ul {
        position: relative;
        z-index: 10;
        height: 45px;
        background: #f38604
    }

    .brandnav li {
        float: left;
        width: 14.2%
    }

        .brandnav li a {
            width: 100%;
            display: block;
            height: 45px;
            +height:44px;
            line-height: 45px;
            text-align: center;
            font-size: 16px;
            color: #FFF;
            zoom: 1
        }

            .brandnav li a i.iconfont {
                font-size: 18px;
                display: inline-block;
                margin-right: 5px
            }

            .brandnav li a.current {
                color: #f38604;
                background: #FFF;
                border: 1px solid #f38604;
                height: 43px
            }

            .brandnav li a.lybox {
                color: #f38604
            }

            .brandnav li a em {
                position: absolute;
                font-size: 12px;
                height: 20px;
                line-height: 20px;
                left: 65%;
                top: 0;
                display: inline-block;
                background: #f38604;
                color: #FFF;
                padding: 0 5px
            }

            .brandnav li a:hover {
                background: #f38604;
                color: #FFF
            }

.picturebox {
    background: #FFF;
    border: 1px solid #dedee8;
    min-height: 400px;
    border-top: 2px solid #e63f4d;
    margin-bottom: 10px
}

    .picturebox h4 {
        font-size: 18px;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        font-weight: normal
    }

        .picturebox h4 em {
            color: #d60619;
            margin-left: 10px
        }

    .picturebox li {
        float: left;
        width: 19.9%;
        padding: 5px 0 10px 0;
        text-align: center
    }

        .picturebox li em {
            display: block;
            text-align: center;
            position: relative;
            line-height: 20px;
            height: 45px;
            overflow: hidden
        }

        .picturebox li a .pictureimg {
            width: 160px;
            height: 108px;
            display: table-cell;
            vertical-align: middle
        }

        .picturebox li a img {
            max-width: 158px;
            max-height: 106px;
            display: block;
            margin: auto
        }

    .picturebox ul li a {
        display: block;
        margin: 0 auto 10px auto;
        width: 160px;
        background: #333;
        border: 1px solid #222
    }

    .picturebox ul li em a {
        display: block;
        margin: 0 auto 10px auto;
        width: 160px;
        background: #fff;
        border: 0px
    }

        .picturebox ul li a:hover {
            border: 1px solid #d60619
        }

    .picturebox ul li em a:hover {
        border: 0px
    }

.propagebox {
    display: block;
    border: 1px solid #dedee8;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 10px
}

.propage {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0
}

    .propage li {
        height: 40px;
        min-width: 30px;
        float: left;
        margin: 0 2px;
        line-height: 38px;
        padding: 0 15px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        background: #646473;
        color: #FFF;
        border: 1px solid #646473;
        text-decoration: none;
        text-align: center
    }

        .propage li a {
            text-align: center;
            color: #FFF
        }

        .propage li:hover {
            background: #d60619;
            color: #FFF;
            border: 1px solid #d60619
        }

            .propage li:hover a {
                color: #FFF
            }

        .propage li.thisclass {
            background-color: #f5f5f5;
            border: 1px solid #d7d7d7;
            color: #333
        }

        .propage li select {
            height: 40px;
            line-height: 38px;
            border: 0;
            background: 0
        }

.pageinfo strong {
    color: #F00
}

.brandnews {
    margin-bottom: 15px
}

    .brandnews h4 {
        font-size: 22px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        font-weight: normal;
        padding: 0 10px;
        display: block;
        border: 1px solid #dedee8;
        background: #f5f5f5
    }

        .brandnews h4 em {
            color: #e63f4d;
            margin-left: 10px
        }

    .brandnews dl {
        height: 52px;
        margin-bottom: 15px;
        padding: 10px;
        border: 1px solid #dedee8
    }

        .brandnews dl:hover {
            border: 1px solid #e63f4d
        }

    .brandnews dt {
        float: left;
        width: 150px;
        height: 120px;
        margin-right: 10px;
        overflow: hidden;
        position: relative;
        z-index: 2
    }

        .brandnews dt a {
            display: block;
            width: 150px;
            height: 120px;
            transition: All .4s ease-in-out;
            -webkit-transition: All .4s ease-in-out;
            -moz-transition: All .4s ease-in-out;
            -o-transition: All .4s ease-in-out
        }

            .brandnews dt a img {
                display: block;
                width: 150px;
                height: 120px
            }

            .brandnews dt a:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
                filter: alpha(opacity=70);
                -moz-opacity: .7;
                -khtml-opacity: .7;
                opacity: .7
            }

    .brandnews dd {
        position: relative;
        z-index: 0
    }

.newicon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    color: #fc4252;
    top: -11px;
    right: -11px;
    background: url(../images/newsicon.gif) no-repeat right top
}

.brandnews dd h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal
}

    .brandnews dd h5 a {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.brandnews dd p {
    font-size: 14px;
    color: #999;
    height: 50px;
    line-height: 25px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.brandnews dd .brandkeybox {
    padding: 10px 0 15px 0
}

.brandnews dd .brandkey {
    color: #999
}

    .brandnews dd .brandkey a {
        margin-right: 8px;
        color: #999
    }

        .brandnews dd .brandkey a:hover {
            color: #d60619
        }

.brandnews dd .brandtime {
    color: #999;
    margin-left: 20px
}

.brandnews dd p::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: -webkit-linear-gradient(left,transparent,#fff 55%);
    background: -o-linear-gradient(right,transparent,#fff 55%);
    background: -moz-linear-gradient(right,transparent,#fff 55%);
    background: linear-gradient(to right,transparent,#fff 55%)
}

.jmpphaibao {
    width: auto;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0;
    height: auto;
    text-align: center
}

    .jmpphaibao img {
        width: auto;
        max-width: 100%
    }

.spzfico {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 38%;
    left: 38%;
    overflow: hidden;
    border: 0px;
    background-image: url(/jiameng/img/bofangb.png);
}
    .spzficocs {
        height: 40px;
        width: 40px;
        position: absolute;
        top: 38%;
        left: 38%;
        overflow: hidden;
        border: 0px;
        background-image: url(/jiameng/img/bofangcs.png);
    }